Skip to main content

mo.ui.table

Display data in an interactive, searchable table.

Signature

Parameters

Sequence[dict] | dict[str, Sequence]
required
Table data as list of dicts or dict of lists
'single' | 'multi'
Enable row selection (single or multiple)
bool
default:"True"
Enable pagination
int
default:"10"
Number of rows per page
str
default:"''"
Markdown label for the table

Examples

For dataframe-specific features, use mo.ui.dataframe() instead.