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
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This discussion has been closed.
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
stateSaveto save the visibility state. See this example.Kevin