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
If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of javascript data grid product.