How to have Custom Drop Down only in Some Datable Heards
How to have Custom Drop Down only in Some Datable Heards
AshutoshD
Posts: 2Questions: 1Answers: 0
**https://datatables.net/examples/api/multi_filter_select.html**:
I am using code from above mentioned link for creating data table and I want for the First Column there shouldn't be the drop down. How it can be customized. Can some one please help on this.
This discussion has been closed.
Answers
URL is as following - https://datatables.net/examples/api/multi_filter_select.html
In the above link ** is added.
and below is the code which I am using.
Change
this.api().columns()
to select only the columns that you want to add a filter to (seecolumns()
for details). For example:to select all columns with that class.
In future, please link to a test case showing the issue, per the forum rules.
Thanks,
Allan