I wanted to use Jquery default search box to filter limited column.
Its predefined state is all columns sortable. How can I use to limit the columns to filter.
I wanted to use Jquery default search box to filter limited column. Its predefined
Share
When you create the datatable, you can define columns to be non-searchable like so.
So in this case, there would be three columns and only the first one would be searchable.