XTable constructor
XTable({
- required List data,
- required List<
TableColumn> tableColumn, - TableConfig? config,
- Function? onLoading,
- Function? onRefresh,
- bool? expanded,
Implementation
XTable({required this.data, required this.tableColumn, this.config, this.onLoading, this.onRefresh, this.expanded});