menu
flutter_data_grid package
documentation
models/state/grid_state.dart
EditState
createCellId method
createCellId method
dark_mode
light_mode
createCellId
method
String
createCellId
(
double
rowId
,
int
columnId
)
Implementation
String createCellId(double rowId, int columnId) => '${rowId}_$columnId';
flutter_data_grid package
documentation
models/state/grid_state
EditState
createCellId method
EditState class