views:

113

answers:

0

Hi,all. I'm using jquery datatables library with server-side processing enabled.

Is there any options (or just a certain place in code - to write smth like a 'hack') to enable default js filtering instead of sending ajax queries to server? Tried to find it, but no luck -> it seems that library hardly enables server-side searching(filtering) when "bServerSide" option is true...

Thanks.