lance-format / lance-format/lance-data-viewer
feat: add client-side column sorting
Open
@gordonmurray is already working on this.
Since Apr 6, 2026.
enhancement
- Dominant language
- Python
- Stars
- 60
- Forks
- 9
- Avg merge
- 10m
- Merged PRs (30d)
- 4
Description
The data table currently displays rows in their storage order with no way to sort. Adding clickable column headers for client-side sorting (on the current page of results) would be a useful improvement for browsing data.
Scope: Frontend-only change in app.js. Sort the currently displayed page of rows in the browser, no backend changes needed. Could add sort indicators (▲/▼) to column headers.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.