datatablewebix

How can we refilter datatable by only specifying custom filter name in webix?


I have used dtable.filterByAll(); but it refilters datatable by all the specified filters but I need to refilter datatable by only one specific filter.


Solution

  • I would probably use the combination of getFilter() and filter() methods, though it can depend on the case specifics.