Table Model
@Serializable
Data class representing a table model.
Constructors
Link copied to clipboard
constructor(id: String, title: String = "", tableHeaderModel: TableHeader, tableRows: List<TableRowModel>)
Properties
Functions
Link copied to clipboard
Check if a cell has an error.
Link copied to clipboard
fun countChildrenOfSelectedHeader(headerRowIndex: Int, headerColumnIndex: Int): Map<Int, TableSelection.HeaderCellRange>
Link copied to clipboard
fun getNextCell(cellSelection: TableSelection.CellSelection, successValidation: Boolean): Pair<TableCell, TableSelection.CellSelection>?
Get the next cell to be selected.
Link copied to clipboard
Check if the table has a cell with a specific ID.
Link copied to clipboard