Skip to content

FilterChangeDetail

Since v0.1.1

Event detail emitted when filters change

PropertyTypeDescription
filtersFilterModel[]Current active filters
filteredRowCountnumberNumber of rows after filtering
selected?Record<string, unknown[]>Inclusion map: field → selected (checked) values. Only present for set-type filters. Useful for server-side filtering where sending the selected values is more efficient than sending the excluded values (which is what filters[].value contains for notIn).