onSwipeUpdate property
Called when row is being swiped.
You can disable the swiping for specific requirement on swiping itself by returning false.
Implementation
final DataGridSwipeUpdateCallback? onSwipeUpdate;
Called when row is being swiped.
You can disable the swiping for specific requirement on swiping itself by returning false.
final DataGridSwipeUpdateCallback? onSwipeUpdate;