Here is my scenario.
If a user sets filters in the datatable, I want to remember them and set them again when they come back to the page.
How can I initialize the datable with the filter values such that they show up in the filter text box. When I use the “filter” function it simply applies the filter but the filter value doesn’t show up in the datatable.
In Webix Pro edition you can use state API to save and restore filter state and value. (In addition to selection, scroll, hidden columns and sizes): http://webix.com/snippet/3f3c58ef
In the GPL version you can collect and restore filters manually: http://webix.com/snippet/9752cd3e