Object with DataLoader interface implementation.
Empty table user message.
Represents a flag to render or not the pagination.
Represents an config that to highlight rows based on it's properties. For example, your rows have structure like this: {id: number, name: string}. And you have two rows like these [{id: 1, name: "leo"}, {id:2, name:"bob"}, {id:3, name:"Alice"}] If you put highlightRowsConfig like this: {highlightByColumnName: "name", highlightByValues: ["bob", "Alice"]}, then the second and third rows will be highlighted.
Enables / disables moving rows (reordering using drag & drop).
Represents a flag to trigger or not the row selection.
Represents a flag to enable or disable the table scrollable feature.
Set the number of rows to be displayed when loading the table.
Max. Height of the table.
Readonly
onRepresents the output to retrieve the row clicked.
Readonly
onEvent emitted every a row is moved to another position.
Array with the paginator sizes.
Readonly
selectedRepresents a flag to trigger or not arrow highlight on clickable rows.
Represents a flag to render or not the footer.
Table component to display rows of data.