menu
cyberframework package
documentation
Module/Data/cyberdatatable.dart
CyberDataTable
addColumn method
addColumn method
dark_mode
light_mode
addColumn
method
void
addColumn
(
String
columnName
,
Type
type
)
Implementation
void addColumn(String columnName, Type type) { _columns[columnName] = type; }
cyberframework package
documentation
Module/Data/cyberdatatable
CyberDataTable
addColumn method
CyberDataTable class