Header row height
Spacing between columns
The column definition
List data
Optional
horizontalHorizontal alignment of text (default: left)
Optional
inlineProvide inline actions which are available through '...' context menu
Optional
isDefines whether a row is disabled (default: false)
Optional
itemWhether or not the item is selected (default: false)
Optional
onUsed for when a row is clicked. This can be either a callback function that will be executed or a URL where the user should be navigated to. When the list should navigate the user to e.g. a details page of a entry it is recommended to directly pass the URL here instead of a callback function that does the routing in JavaScript.
Optional
onA function that is getting called, when the selection state of the row changes.
Optional
rowList row height
Optional
selectionDetermines which selection mode the list is in. (default: ListSelectMode.None)
Optional
showDefines whether an action button will be rendered (default: true)
Optional
showDefines whether a check mark action button will be rendered (default: true)
Optional
showDefines whether a checkbox for each item should be rendered (default: false)
Optional
textIf set to true, column text overflow will be wrapped to a new line. Otherwise, it will be truncated with an ellipsis (default: false)
Optional
verticalVertical alignment of text (default: right)
Generated using TypeDoc
Size of action button and checkbox