I am implementing MUI DataTable in my Project and I need some help with Save and Reset of Columns. Requirement - When a column whose display:false (Let's Say - Name) and I go to ViewColumn Icon of MUI DataTable, it appears unchecked. This is fine. Now, when I check it, that column appears on my Table. I have created 2 Buttons on TOP of the table which says - "SAVE Table View" & "Reset Table View". When I click on "SAVE Table View" , I want "Name" column to be permanently added to my column (storing data in localstorage is also fine). And when I click "RESET Table View", the Name column should no longer appear in my column(Remove from local storage. I am new to React and Datatable so I am not sharing any codes because I haven't been able to come up with a logic. Please Help!!