Header row height
The column definition
Spacing between columns
List data
OptionalhorizontalHorizontal alignment of text (default: left)
OptionalinlineProvide inline actions which are available through '...' context menu
OptionalisDefines whether a row is disabled (default: false)
OptionalitemWhether or not the item is selected (default: false)
OptionalonUsed 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.
OptionalonA function that is getting called, when the selection state of the row changes.
OptionalrowList row height
OptionalselectionDetermines which selection mode the list is in. (default: ListSelectMode.None)
OptionalshowDefines whether an action button will be rendered (default: true)
OptionalshowDefines whether a check mark action button will be rendered (default: true)
OptionalshowDefines whether a checkbox for each item should be rendered (default: false)
OptionaltextIf set to true, column text overflow will be wrapped to a new line. Otherwise, it will be truncated with an ellipsis (default: false)
OptionalverticalVertical alignment of text (default: right)
Size of action button and checkbox