How to Hide "th" for some columns?
How to Hide "th" for some columns?
mohammed sameen
Posts: 5Questions: 3Answers: 0
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