Readonly$controllerOptionaladdA callback to add an item.
If specified, an "Add" button is shown automatically.
A bindable reference to the content element of this list.
This can be used to detect if an event originated from the list content or somewhere else.
OptionaldefaultThe default sorting to apply.
This is applied initially if there isn't any state to import and when the list model is replaced for some reason.
Set this to true to disable the pagination controls.
OptionaleditA callback to edit an item.
If specified, a "Modify" button is shown automatically.
OptionalhiddenAn array of hidden column ids.
OptionalrefreshA callback to refresh the list.
If specified, a "Refresh" button is shown automatically.
OptionalremoveA callback to remove an item or a boolean indicating if items can be removed in memory.
If specified, a "Remove" button is shown automatically.
ReadonlyresetOptionalresourceIf specified, the list checks, if the currernt user has a claim in the form "manage:
OptionalselectionA callback to be invoked when the selection is changed by the user. This is meant to cause side effects like navigating within a side overlay.
If you need to react to any arbitrary selection change including programmatic changes, watch the respective properties of the list model instead.
The selection mode.
Default is "single".
OptionalstateA two way bindable property that represents the visual state of the list.
When the user changes the column order or width, this property is updated.
Try editing a row by index.
Optionalindex: numberThe index to edit. Default is the currently selected index.
True, if any action was invoked.
Try removing a row by index.
Optionalindex: numberThe index to remove. Default is the currently selected index.
True, if any action was invoked.
Staticprocess
Control for displaying a generic list.