Skip to content

Persist table view config settings for restore on vscode reload or after table view tab close #28

@RandomFractals

Description

@RandomFractals

Tabulator table persistence added in #22 doesn't work with localStorage in vscode electron app for some reason.

In order to save and load Tabulator table columns, sort, and filter changes, consider saving them per data file in extension context storage. See: https://code.visualstudio.com/api/extension-capabilities/common-capabilities#data-storage

Also, perhaps combining those data view settings in a single <dataFileName>.table.json could make it more manageable for the table view config save and restore on vscode reload, and opening that config for manual JSON table config edits and tabular data view reload.

Metadata

Metadata

Assignees

No one assigned

    Labels

    configConfig feature or taskenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions