Skip to main content

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:

index.tsx

Bulk actions

You can define bulk actions on the selected table items. The bulk action component should use DataTableBulkActionItem.

index.tsx

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:

index.tsx
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page