NUITableView constructor
NUITableView({
- required NUITableRow header,
- required List<
NUITableRow> rows, - bool lockFirstColumn = false,
- CustomStylingByColRow? rowStyling,
- CustomHeaderStyling? headerStyling,
- RowClick? listener,
Implementation
NUITableView({required this.header, required this.rows, this.lockFirstColumn = false, this.rowStyling, this.headerStyling, this.listener});