Options
enableRowSelection Enable row selection checkboxes. Type: boolean | Default: true enableRowClickEdit
Guide
Table behavior configuration and defaults
enableRowSelection Enable row selection checkboxes. Type: boolean | Default: true enableRowClickEdit
Filtering, pagination, and sorting are server-side by default and are no longer configurable via manual flags. The table always sends search, filters, advancedFilters, orderBy, page, and limit to your list action. For c...
What this page covers
The original MDX source has been condensed into CMS-native cards so the page can be edited and republished from the control plane.
enableRowSelection Enable row selection checkboxes. Type: boolean | Default: true enableRowClickEdit
Filtering, pagination, and sorting are server-side by default and are no longer configurable via manual flags. The table always sends search, filters, advancedFilters, orderBy, page, and limit to your list action. For c...
Implementation notes
Columns configuration, types, order, and visibility
$ table: {
$ allowCreate: true,
$ allowEdit: true,
$ allowDuplicate: true,
$ allowDelete: true,