menu
te_widgets package
documentation
widgets/crud-table/crud_table.dart
TCrudTable<T, K, F extends TFormBase>
itemKey property
itemKey property
dark_mode
light_mode
itemKey
property
ItemKeyAccessor
<
T
,
K
>
?
itemKey
final
Function to extract the unique key for an item.
Implementation
final ItemKeyAccessor<T, K>? itemKey;
te_widgets package
documentation
widgets/crud-table/crud_table
TCrudTable<T, K, F extends TFormBase>
itemKey property
TCrudTable class