onAfterFilter

occurs after a datatable was filtered via built-in filters

void onAfterFilter();

Example

dtable.attachEvent("onAfterFilter", function(){
    webix.message("Table was filtered");
});

Details

The event fires only for built-in Datatable, Treetable, and Excelviewer filters.

To catch the moment when view data is filtered by API, handle the onAfterFilter event of its Datastore.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of javascript tree grid product.