Skip to content

Grid tables forget the selected page size ("rows") on reload #6

Description

@Houtek

Selecting a larger page size (e.g. 50) in any grid table works, but a page reload goes back to 10. src/lib/components/GridTable.svelte keeps selectedPageSize in component state only (initialised at line 86 and reset from the pageSize prop at line 286). Nothing persists it in localStorage, the URL or a user setting.

Suggestion: persist the choice per table (e.g. localStorage keyed by table id, or a query parameter like the existing filters), falling back to the prop default.

🤖 Generated with Claude Code

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions