Individual specified column search on button click
Individual specified column search on button click
In the Individual column searching (text inputs) example, it shows all columns having a text box to put your criteria into. How do you make it so you can remove some of the search boxes. I don't want them all to show up. Thanks.
How to append the Search Textbox below the Data-table thead and do we have any option to keep search Button to append all the textbox for filter?
This discussion has been closed.
Answers
I assume you're referring to this example here. That's using
columns()without specifying which, so all columns are returned. You can pass that an array of columns you want, something like this...columns([2.4]).every()...- see example here doing just that in the footer,Colin