Admin home + entity list handlers.
Renders the dashboard, the entity list page, and the HTMX table fragment.
Admin home + entity list handlers. Renders the dashboard, the entity list page, and the HTMX table fragment.
(admin-home-handler admin-service schema-provider config)Handler for admin home page — shows dashboard with entity tiles.
Handler for admin home page — shows dashboard with entity tiles.
(entity-list-handler admin-service schema-provider config)Handler for entity list page with table, search, pagination.
Supports:
Handler for entity list page with table, search, pagination. Supports: - Text search across configured search-fields - Column sorting (ascending/descending) - Pagination (page-based) - Field filters
(entity-table-fragment-handler admin-service schema-provider _config)HTMX handler for entity table fragment.
Returns just the table HTML for dynamic updates. Used when sorting, filtering, or paginating without full page reload.
HTMX handler for entity table fragment. Returns just the table HTML for dynamic updates. Used when sorting, filtering, or paginating without full page reload.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |