To implement a dynamic table where you can toggle the visibility of columns and save those preferenc

To implement a dynamic table where you can toggle the visibility of columns and save those preferenc

poovarasanpoovarasan Posts: 4Questions: 3Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • poovarasanpoovarasan Posts: 4Questions: 3Answers: 0

    To implement a dynamic table where you can toggle the visibility of columns and save those preferences so that the selected columns remain visible or hidden even after a page refresh, we can use the following tools:

  • kthorngrenkthorngren Posts: 21,315Questions: 26Answers: 4,948

    Use stateSave to save the visibility state. See this example.

    Kevin

Sign In or Register to comment.