Pager issue for datatable

Hello Webix team,

https://snippet.webix.com/c9t3yewf

In this snippet If I search a key in text filter which is not available in datatable then I got 0 result. But my pager remains as it is which shows wrong result. Is there any solution for this.

Thanks

Hello,
Webix pager is designed to work with some existing data.
You can redefine its template, if you want to show some “no data” text after filtering:
https://snippet.webix.com/w2slkw7f

After additional investigation, it seems we have a bug here.
It seems current version do not repaint pager in case of empty dataset, which is wrong.

Fix will be included in the next build