[GH-ISSUE #12] add id to options to uniquely identify the table (so that metadata can be caputerd and restored to survive browser refresh) #5

Closed
opened 2026-03-23 20:33:25 +00:00 by mirror · 1 comment
Owner

Originally created by @pjlammertyn on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/RADar-AZDelta/azd-radar-data-datatable/issues/12

Originally assigned to: @Louis-Herreman on GitHub.

this id can than be used to store the columns metadata (sort order, filters, width, visability, ...) in the session storage of the browser using the Snapshot functionality

Originally created by @pjlammertyn on GitHub (Apr 11, 2023). Original GitHub issue: https://github.com/RADar-AZDelta/azd-radar-data-datatable/issues/12 Originally assigned to: @Louis-Herreman on GitHub. this id can than be used to store the columns metadata (sort order, filters, width, visability, ...) in the session storage of the browser using the [Snapshot](https://kit.svelte.dev/docs/snapshots) functionality
Author
Owner

@pjlammertyn commented on GitHub (Apr 24, 2023):

@Louis-Herreman cfr beforeunload and visibilitychange events where persist_state() is called to store the snapshot

<!-- gh-comment-id:1520428884 --> @pjlammertyn commented on GitHub (Apr 24, 2023): @Louis-Herreman cfr [beforeunload](https://github.com/sveltejs/kit/blob/master/packages/kit/src/runtime/client/client.js#L1434) and [visibilitychange](https://github.com/sveltejs/kit/blob/master/packages/kit/src/runtime/client/client.js#L1465) events where persist_state() is called to store the snapshot
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-azd-radar-data-datatable#5
No description provided.