Trying to limit search to my first column
Trying to limit search to my first column
I am trying to limit the global search to either:
* the first column of the table
* create the ability to search by column
I am generating the table out of a csv
Solved, was passing the data wrong ![]()
This discussion has been closed.
Answers
Mark all other columns as not searchable with
columns.searchable.column().search().Allan
Missed that. Good to hear.
Allan