Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request] Split columns with objects #5

Open
Argimko opened this issue Sep 18, 2024 · 1 comment
Open

[request] Split columns with objects #5

Argimko opened this issue Sep 18, 2024 · 1 comment

Comments

@Argimko
Copy link

Argimko commented Sep 18, 2024

Hi! Thank you for your great plugin.

There is a feature request. For now if JSON array item has object it just display [object] word.

There are 3 ways how [object] can be more informative:

  1. Using dot-notation at column title – https://jsoneditoronline.org
    image

  2. Using nested column headers – https://chromewebstore.google.com/detail/json->-table/pjdecdkdljmchigbkalnblidepkeojda
    image

  3. Just stringify object – https://jsoneditoronline.org
    image

Sample JSON data taken from https://jsongrid.com/assets/sample/default.json

Thank you!

@little-brother
Copy link
Owner

little-brother commented Sep 19, 2024

1 and 2 can't be implemented: the plugin is limited by standard Windows controls. One of them is ListView for a grid. It doesn't support column groupping as 2 and works fine with about 200 or less columns (option 1 can produce a wide table).
3 is a simple and doesn't have any limitation. So it will be 3.

I can't promise that it will be implemented soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants