DataTable filtering issue

Scenario:

  1. Attach pager to datatable
  2. bind table with data for create more that 1 pages
  3. start filter from page 1 - filtering OK
  4. start filter from page grater than 1 - data is empty

Can you provide some kind of sample?
It works fine in my tests. http://webix.com/snippet/50912eb2

hm… i will try later. Now i deleted pager.

The problem is when pager component is situated down from datatable.

In this snippet http://webix.com/snippet/2a692d1b when you filter by “bob” on selectFilter and you go to page 2, and then filter by alice, datatable is empty.

But if the component pager is on top of datatable, it works fine http://webix.com/snippet/a6f233bd

It’s a bug when you put pager after datatable in view

wow. Thank’s a lot

Above bug will be fixed in the next build ( Webix 1.8 )

Yes, new version of Webix fixes it. Thanks very much @maksim

hi,
I am using 5.3.8 version of webix but this bug is still there,What should i do?

Hello @komals ,

We tested the issue and everything works fine
Could you please send a snippet with a described problem?

yes it works in case of static loading of data,but in case of dynamic loading it didn’t work.
In my scenario:

  1. I have filter
    2.Grid(dynamic loading of data)
    3.pager

when grid have more than one page it didn’t work
https://snippet.webix.com/iajohxau

@komals ,

Our proxy doesn’t provide for dynamic loading, so it’s can be done manually.