Liking cljdoc? Tell your friends :D

boundary.admin.shell.http.handlers.list

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.
raw docstring

admin-home-handlerclj

(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.
sourceraw docstring

entity-list-handlerclj

(entity-list-handler admin-service schema-provider config)

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
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
sourceraw docstring

entity-table-fragment-handlerclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close