onFilterChanging property

DataGridFilterChangingCallback? onFilterChanging
final

Called when the filtering is being applied through UI filtering.

You can return false from this callback to restrict the column from being filtered.

Implementation

final DataGridFilterChangingCallback? onFilterChanging;