Optional actionsOptional bulkArray of Bulk Actions to be rendered. If populated, Bulk Actions will become available.
Optional Experimental bulkBulk Edit Registration The feature Bulk Edit and it's underlying implementation is still in beta.
Optional classCSS Class name for additional styles
Optional columnSpacing between columns
Column definitions The order of this array determines the order of columns
Callback used to request new or additional data
Optional defaultDefault values for filters
Optional defaultSets the default sort order for the Explorer. (default: undefined)
Optional enableIn multiselect mode, whether the Select All button will be displayed. When Select All button is clicked the onItemClicked button will return a filter query instead of an array of items. (default: true)
Optional filterThe filters that should be available on the Explorer
Optional generateWhen set, this function is used to generate the link that the user should be navigated to for each item.
This property takes precedence over onItemClicked, which will not be executed in case generateItemLink is set!
Optional headerHeader checkbox size
Optional headerHeader row height
Optional horizontalHorizontal alignment of text
Optional inlineProvide inline actions which are available through '...' context menu
Optional keyThe name of the property on the data object that should be used to identify objects (default: 'id')
Optional listList row action button and checkbox size
Optional listList row height
Optional loadingDefines when the loading of the next page is triggered. The number represents the number of row left, before a load is triggered. (default: 10)
Optional minimumMinimum width of this component
Optional modalIf true, the explorer will leave some margin for the modal backdrop.
Optional onCallback to emit when Bulk Actions is toggled The expanded state is supplied as an argument
Optional onRaised when an data item is clicked Row data is supplied as the first argument List mode is supplied as the second argument. List mode may change depending on the bulk actions toggled state
Optional mode: ListSelectModeOptional openWhether or not bulk actions are shown by default. (default: false)
Optional persistOptions for disabling states that persist such as filters and sorting. All states persist by default
Optional quickQuick Edit Registrations
Optional rowSpacing between rows
Optional selectionDetermines which select mode the list is in. If 'None' is selected, a right chevron will be rendered for each row of data If 'Single' is selected, a check mark will be rendered for each row of data If 'Multi' is selected or Bulk Actions is open, a checkbox will be rendered for the header and each row of data
Optional setUpdate the tab title using the 'title' field. (default: true)
Unique identifier used to store states related to explorer
Optional textIf set to true, column text overflow will be wrapped to a new line. Otherwise, it will be truncated with an ellipsis (default: true)
Optional titleTitle shown in page header
Optional verticalVertical alignment of text
Generated using TypeDoc
Array of actions to be rendered.