Is it possible to search a multiple values in one column and at the same time im using server-side
Is it possible to search a multiple values in one column and at the same time im using server-side
hashsalacop
Posts: 19Questions: 5Answers: 0
Is it possible to search multiple values in one column and at the same time I'm using server-side
if it's in the normal datatable without using any serverside this is working good.
** table.columns(136).search("01|03",true,false).draw();**
But when I change my datatables setup I change it to server-side.
This one is not working anymore table.columns(136).search("01|03",true,false).draw();
This discussion has been closed.
Answers
Hi hashsalacop,
If you are using server-side processing, then your server-side script needs to be able to do the multi filter. The server-side scripts we provide do not have this ability at the moment, although you are welcome to modify them.
Hope this helps,
Sandy
Can you please help me. Or just assist me on server-side filter?