DmRepeatingList
Updated Aug 18, 2026
DataMagik Application DesignerDmRepeatingList
DmRepeatingList — the platform's `repeating_list`: rows as cards.
States
default
Example
<DmRepeatingList />
Props
| Name | Type | Required | Default |
|---|---|---|---|
rows | Array<Record<string, unknown>> | () => [] | |
columns | DmListColumn[] | () => [] | |
rowKey | string | undefined | |
clickable | boolean | false | |
loading | boolean | false | |
emptyTitle | string | 'Nothing to show' | |
emptyDescription | string | undefined |
Events
row-click