Skip to main content

Module data_table_row

Module data_table_row 

Source
Expand description

Row wrapper type with metadata.

Wraps the original data and adds metadata for table operations like selection, expansion, grouping, and nested row support. A row in the table with associated metadata.

DataTableRow wraps the original data type T and adds metadata needed for table operations like selection, expansion, and grouping.

Structsยง

DataTableRow
A row in the table with associated metadata.