✨ (base): Añade componente Pager
Incluye soporte HTMX vía `sort_link()`/`hx_pager` para navegación sin recarga.
This commit is contained in:
parent
e8bba0803d
commit
3b01894024
14 changed files with 881 additions and 31 deletions
|
|
@ -26,7 +26,7 @@ async fn sort_link_sets_the_four_fixed_htmx_attributes() {
|
|||
|
||||
assert!(html.contains(r#"hx-get="/admin/users""#));
|
||||
assert!(html.contains(r##"hx-target="#user-table""##));
|
||||
assert!(html.contains(r#"hx-swap="outerHTML""#));
|
||||
assert!(html.contains(r#"hx-swap="outerHTML scroll:top""#));
|
||||
assert!(html.contains(r#"hx-push-url="true""#));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue