BsDatatableBuilder<T> typedef

BsDatatableBuilder<T> = Widget Function(_BsDatatableState _)

Type definition for customize datatable layout in this function musth returned widget and this function have BsDatatable state

Implementation

typedef BsDatatableBuilder<T> = Widget Function(_BsDatatableState _);