pub fn HyleTable(_: HyleTableProps) -> ElementExpand description
Composes HyleTableBody + HyleTablePagination.
Does not own a <form> — use HyleTablePanel when you need the full
no-JS GET-form wrapper (filters + table + pagination inside one form).
§Props
For details, see the props struct definition.
list:HyleListStatefilters:Option<HyleFiltersState>on_row_click:Option<Callback<hyle_dioxus::Row>>selected_id:Option<hyle_dioxus::Value>row_href:Option<Callback<hyle_dioxus::Row,String>>