Expand description
Dioxus UI components for hyle.
Provides HyleTable, HyleTableBody, HyleTableFilters, HyleTablePagination,
and HyleFormFields — the Dioxus equivalents of @tty-pt/hyle-react-dom.
Re-exports§
pub use form::HyleFormFields;pub use form::HyleFormFields;pub use table::HyleTable;pub use table::HyleTable;pub use table::HyleTableBody;pub use table::HyleTableBody;pub use table::HyleTableFilters;pub use table::HyleTableFilters;pub use table::HyleTablePagination;pub use table::HyleTablePagination;pub use table::HyleTablePanel;pub use table::HyleTablePanel;
Functions§
- Hyle
Form Fields - Renders a labeled input row for every field exposed by
filters. - Hyle
Table - Composes
HyleTableBody+HyleTablePagination. - Hyle
Table Body - Renders the
<table>body from aHyleListState. - Hyle
Table Filters - Format a raw value for display. For reference lookups the outcome already
contains resolved labels, so we use
display_valuewith an empty blueprint fallback, relying on theHyleConfigcontext. - Hyle
Table Pagination - Renders page-navigation controls for a
HyleListState. - Hyle
Table Panel - Wraps a
<form method="get">around a header slot,HyleTableBody, andHyleTablePaginationso thatHyleTableFiltersbuttons, filter inputs, and pagination controls all belong to the same native form.