How to Hide "th" for some columns?
How to Hide "th" for some columns?
Hi,
I am using this Datatables JS for grouping.In some of the scenario i want to hide the column header <th>?Is there a way to hide the particular <th> element?Any suggestion?
This discussion has been closed.
Answers
Use
column().visible()orcolumns.visible.Allan