menu
cyberframework package
documentation
Module/Data/cyberdatatable.dart
CyberDataTable
hasChanges property
hasChanges property
dark_mode
light_mode
hasChanges
property
bool
get
hasChanges
Implementation
bool get hasChanges => _rows.any((row) => row.isDirty);
cyberframework package
documentation
Module/Data/cyberdatatable
CyberDataTable
hasChanges property
CyberDataTable class