Skip to main content

Table

Function Table 

Source
pub fn Table(props: TableProps) -> impl IntoView
Expand description

A data table with multi-column sort (shift-click for additive sort), text filter, column resize and show/hide, sticky header, pagination, inline cell edit, and optional row virtualization. rows is a reactive signal of row data; on_row_click, on_cell_edit, and selected_row wire up selection and editing.

§Required Props

§Optional Props