Customizing List Pages
Using the DashboardDataTableExtensionDefinition you can customize any existing data table in the Dashboard.
Custom table cell components
You can define your own custom components to render specific table cells:
Bulk actions
You can define bulk actions on the selected table items. The bulk action component should use DataTableBulkActionItem.
Extending the list query
The GraphQL queries used by list views can be extended using the extendListDocument property, and passing
the additional fields you want to fetch:
Was this chapter helpful?