menu
crud_table package
documentation
table/crud_table_row_holder.dart
CrudViewSource<T>
columns property
columns property
dark_mode
light_mode
columns
property
List
<
String
>
columns
getter/setter pair
columns of the table, provide name of the column as a string array
Implementation
List<String> columns;
crud_table package
documentation
table/crud_table_row_holder
CrudViewSource<T>
columns property
CrudViewSource class