Skip to content

feat: add client-side column sorting #30

Description

@gordonmurray

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions