models/data/column library
Classes
-
DataGridColumn<
T extends DataGridRow> - Configuration for a column in the DataGrid.
Constants
- kSelectionColumnId → const int
- Column ID used for the selection checkbox column.
- kSelectionColumnWidth → const double
- Default width for the selection checkbox column.
Typedefs
- CellEditorBuilder = Widget Function(BuildContext context, dynamic value, ValueChanged onChanged)
- Builder function for custom cell editor widgets.
-
CellFormatter<
T extends DataGridRow> = String Function(T row, DataGridColumn< DataGridRow> column) - Formatter function to convert cell values to display strings.