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