dataflow/api
Paul Trowbridge 21388b7646 Server-side sorting on Records page
Clicking a column header reloads from page 1 with ORDER BY col ASC/DESC
NULLS LAST passed to the view query. Sort column is validated against
information_schema.columns to prevent injection. Pagination preserves
the active sort across prev/next.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 20:31:14 -04:00
..
middleware Add login authentication with Basic Auth 2026-04-05 17:41:07 -04:00
routes Server-side sorting on Records page 2026-04-05 20:31:14 -04:00
server.js Add login authentication with Basic Auth 2026-04-05 17:41:07 -04:00