onAfterFilter

fires after DataStore was filtered

void onAfterFilter();

Example

view.data.attachEvent("onAfterFilter", function(){
    //... some code here ... 
});

See also
Back to top