filter
fires after filtering a tree collection
filter: (filter?: object) => void;
Parameters:
Example
component.data.events.on("filter", function(filter) {
console.log("Items were filtered");
});
fires after filtering a tree collection
Example
component.data.events.on("filter", function(filter) {
console.log("Items were filtered");
});