Filter Bug - Empty Rows

I have a dynamically loaded dataset of about 2000 items. When I apply any filter, i must not be vertically scrolled, otherwise a bug appears where i see empty rows.

Thanks,
Jay

If you are using dynamic data loading you mustn’t use client side filtering, as client side filtering can’t filter not-loaded yet data. Use server side filters instead

http://docs.webix.com/datatable__filtering.html

I only use serverSelectFilter and serverFilter

Above issue occurs on PC or on tablets|phones only ?

PC

Unfrotunately I can’t reconstruct the issue.

If you have some kind of sample or a demo link, please share it.

OK I will share it soon

I have set up a sample dataset that demonstrates the problem on a table. The filtering seems to work fine until you start using the scroll.
http://test.layer8ideas.com/

thanks,

~phaedrus

Thanks for the sample.
I can confirm the issue, fix will be included in the Webix 2.3 ( will be released in few days )

I’m impressed with your support