Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read-only data table with normalized columns and rows
Table
ui.table({ { key = 'component', label = 'Component' }, { key = 'status', label = 'Status' }, { key = 'note', label = 'Note' } }, { { component = 'Controls', status = 'interactive', note = 'input, select, textarea, slider, button' } }, { caption = 'LUI component status' })
ui.table(columns, rows, props?)
lui.table(columns, rows, props?)
columns
{ key, label }[]
value
rows
row[column.key]
caption
tableClassName
captionClassName
headerClassName
theadClassName
headerRowClassName
headClassName
headerCellClassName
thClassName
bodyClassName
tbodyClassName
rowClassName
cellClassName
tdClassName
row.id
row.key
Was this page helpful?