UpTable constructor
const
UpTable({
- Key? key,
- bool showCheckboxColumn = false,
- UpColorType? colorType,
- int? sortColumnIndex,
- dynamic onSortChange()?,
- bool sortAscending = false,
- required List<
String> columns, - UpStyle? style,
- Function? onSelectChanged,
- required List<
UpRow> rows, - MaterialStateProperty<
MouseCursor?> ? mouseCursor,
Implementation
const UpTable({
super.key,
this.showCheckboxColumn = false,
this.isLastRowFooter = false,
this.colorType,
this.sortColumnIndex,
this.onSortChange,
this.sortAscending = false,
required this.columns,
this.style,
this.onSelectChanged,
required this.rows,
this.mouseCursor,
});