DmRepeatingList

Updated Aug 18, 2026
DataMagik Application Designer

DmRepeatingList

DmRepeatingList — the platform's `repeating_list`: rows as cards.

States

default

DmRepeatingList — default, light theme DmRepeatingList — default, dark theme

Example

<DmRepeatingList />

Props

NameTypeRequiredDefault
rowsArray<Record<string, unknown>>() => []
columnsDmListColumn[]() => []
rowKeystringundefined
clickablebooleanfalse
loadingbooleanfalse
emptyTitlestring'Nothing to show'
emptyDescriptionstringundefined

Events

row-click

Was this page helpful?