Skip to content

Add server-side table sorting - #1445

Draft
lovasoa wants to merge 1 commit into
mainfrom
fix/issue-1442-server-side-table-sort
Draft

Add server-side table sorting#1445
lovasoa wants to merge 1 commit into
mainfrom
fix/issue-1442-server-side-table-sort

Conversation

@lovasoa

@lovasoa lovasoa commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

Closes #1442

Summary

  • add opt-in server_sort_column table headers that reload with sort_<column>=ASCENDING|DESCENDING
  • preserve existing in-browser sort behavior for other columns
  • document the property and use it in the simple website example

Testing

  • npm test
  • npx playwright test fixtures/table-server-sort/test.ts --project=fixtures --reporter=line
  • hurl --test --error-format long examples/simple-website-example/test.hurl

@lovasoa
lovasoa force-pushed the fix/issue-1442-server-side-table-sort branch from 4d03577 to 9610183 Compare September 11, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confusing sort interface

1 participant