Skip to main content

HyleTableBody

Function HyleTableBody 

Source
pub fn HyleTableBody(_: HyleTableBodyProps) -> Element
Expand description

Renders the <table> body from a HyleListState.

  • Column headers are sortable (click to sort, click again to toggle direction).
  • If filters is provided, each column header also renders a FilterField inline below the sort button.
  • Rows are clickable when on_row_click is supplied; the selected row is highlighted when its id matches selected_id.

§Props

For details, see the props struct definition.