NUITableView constructor

NUITableView({
  1. required NUITableRow header,
  2. required List<NUITableRow> rows,
  3. bool lockFirstColumn = false,
  4. CustomStylingByColRow? rowStyling,
  5. CustomHeaderStyling? headerStyling,
  6. RowClick? listener,
})

Implementation

NUITableView({required this.header, required this.rows, this.lockFirstColumn = false, this.rowStyling, this.headerStyling, this.listener});