Skip to main content

HyleTablePagination

Function HyleTablePagination 

Source
pub fn HyleTablePagination(_: HyleTablePaginationProps) -> Element
Expand description

Renders page-navigation controls for a HyleListState.

Controls are native <button type="submit"> elements inside the outer <form method="get"> wrapping the table, so pagination works without JS. JS signal mutations are kept as well so client-side navigation still works when JS is available (progressive enhancement).

§Props

For details, see the props struct definition.

  • list : HyleListState