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

hashsalacophashsalacop 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();

Answers

  • sandysandy Posts: 913Questions: 0Answers: 236

    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

  • hashsalacophashsalacop Posts: 19Questions: 5Answers: 0

    Can you please help me. Or just assist me on server-side filter?

This discussion has been closed.