XTable constructor

XTable({
  1. required List data,
  2. required List<TableColumn> tableColumn,
  3. TableConfig? config,
  4. Function? onLoading,
  5. Function? onRefresh,
  6. bool? expanded,
})

Implementation

XTable({required this.data, required this.tableColumn, this.config, this.onLoading, this.onRefresh, this.expanded});