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

Improve the manipulation of nested data structures #2616

Open
AllergicMushroom opened this issue Nov 29, 2024 · 0 comments
Open

Improve the manipulation of nested data structures #2616

AllergicMushroom opened this issue Nov 29, 2024 · 0 comments
Labels

Comments

@AllergicMushroom
Copy link

I think the current manipulation tools for nested data structures could be improved. As mentionned in #2611, I think a cell could contain another table, accessible via the enter input. Consider the following jsonl example.

{ "A": { "NA": 1, "NB": 2 }, "B": 100 }

The cell (1, "A") contains the nested table { "NA": 1, "NB": 2 }.
Placing the cursor in this cell and pressing enter should give access to the underlying table.

However, there is still a question of how to display the nested data structure when we are viewing the main table.

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

No branches or pull requests

1 participant