DbLensTableView constructor
const
DbLensTableView({})
Implementation
const DbLensTableView({
super.key,
required this.rows,
required this.columns,
this.rowNumberStart = 1,
this.sortColumn,
this.sortAscending = true,
this.onSort,
this.onRowTap,
this.onCellLongPress,
this.onIndexLongPress,
});