bSearchable not working!
bSearchable not working!
h34v3n
Posts: 2Questions: 0Answers: 0
I got a Datable with Ajax Source, im receiving 5 columns, just well. The thing is when i try to search i want to do it in just 2 columns. I found bSearchable.
I declare inside of aoColumn or aoColumnDefs and still doing the default.
http://debug.datatables.net/izabur
I declare inside of aoColumn or aoColumnDefs and still doing the default.
http://debug.datatables.net/izabur
This discussion has been closed.
Replies
Filtering is done at the server-side, by your `consulta_usuarios_basicos.php` script. So if it is not respecting the filtering options, its because the server-side processing script it not checking the `bSearchable_{i}` parameters that are being sent by DataTables.
Allan