onFilterChanged property Null safety
final
Called after the UI filtering is applied to SfDataGrid.
This callback will not be triggered when the filter conditions are added programmatically.
Implementation
final DataGridFilterChangedCallback? onFilterChanged;