#select_filter with big dataset

Hi all,

I have a big dataset, I am paging it and i want to use #select_filter in some columns but it can’t get it working. Throws me that row is no defined.

Any advice?

Thanks in advance.

In case of dynamic loading you need to use the server-side filters.
Here you can find a tutorial:
docs.dhtmlx.com/grid__dynamic_lo … otheserver
or if you are loading the data using the dhtmlxconnector you may use the filters of the connector:
docs.dhtmlx.com/connector__php__filtration.html