pub fn HyleTableFilterBar(_: HyleTableFilterBarProps) -> ElementExpand description
Renders a row of filter inputs above the table, one per field.
Reads HyleFiltersState from context (provided by HyleTablePanel) so no
explicit prop threading is needed when used inside HyleTablePanel.
Pass only to restrict which fields are shown (by key). When None all
fields from filters.fields are rendered.
§Props
For details, see the props struct definition.