YYayaw

Guide

Configuration Options

Table behavior configuration and defaults

Options

enableRowSelection Enable row selection checkboxes. Type: boolean | Default: true enableRowClickEdit

Server-side mode

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

Guide outline

The original MDX source has been condensed into CMS-native cards so the page can be edited and republished from the control plane.

Options

enableRowSelection Enable row selection checkboxes. Type: boolean | Default: true enableRowClickEdit

Server-side mode

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

Keep moving through the Table docs

Columns configuration, types, order, and visibility

$ table: {

$ allowCreate: true,

$ allowEdit: true,

$ allowDuplicate: true,

$ allowDelete: true,