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
poovarasan
Posts: 4Questions: 3Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
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:
Use
stateSave
to save the visibility state. See this example.Kevin