How to hide one or more data columns in data table?
How to hide one or more data columns in data table?
n_nimje
Posts: 1Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This discussion has been closed.
Answers
Use
columns.visible
,column().visible()
or the column visibility button depending on when and how you want to hide the columns.Kevin