applyFilter

triggers global filtering for custom inputs

void applyFilter();

Example

on:{
     onChange:function(){
       const filter = this.queryView("filter", "parent");
       filter.applyFilter();
     }
}

Details

The method is used to ensure that custom filtering is applied.

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.