how to manipulate data searchable paramentr of colum
how to manipulate data searchable paramentr of colum
RipperR
Posts: 3Questions: 1Answers: 0
I need some way to change data column searchable than reload table from jquery code after setting check box ...
Need to do so to add that column to search request at server side processing when it visible.
{"data": "LASTUPLOAD", "visible": false, "searchable": false},
{"data": "MAINTENANCE", "visible": false, "searchable": false}
This discussion has been closed.
Answers
I can make it visible but cant make it searchable... (
Is any solution ?
http://www.cscc.edu/_resources/app-data/datatables/examples/api/regex.html implementation might give you some ideas