-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Table view #402
Comments
Wow, I didn't remember the existence of that wiki page. I've removed it, it was terribly outdated. Rendering large arrays doesn't have highest prio, but what I would love to implement is #297 for example. |
@josdejong :( Table mode within Robomongo is very useful. You don't intend to support it within your software? |
No, I was just cleaning up and thought that your idea is covered in #297. Just deduplicating. |
@josdejong I don't think so. Let's say you manage a lot of financial transactions within your MongoDB database and that you want to quickly compare several fields and values, I think in this case, a table view is well adapted. #297 is offtopic: it is improving the JSON view, and I'm talking about a table view. For example, it has been implemented in Robomongo in 2013. I would completely understand if you don't want that implemented. |
Thinking about it, it's really cool indeed. Maybe we can pick this up in a later stadium. Currently I'm fully focusing on a complete rewrite ( |
In March 2017, 3T Software bought Robomongo. I would like to quote:
Thank you for redirecting me to #337. I wish you a good night. |
ok ok you convinced me :) It's definitely a powerful view. It's just that with my limited amount of spare time I will not be able to work on it myself any time soon - want to focus on getting v6 out first. Any help would be welcome :). Let's at least reopen this issue then and point to this one from #63. |
any update on this issue @josdejong ? |
Yes, a table view has been implemented recently in the successor of this library: svelte-jsoneditor. |
Hi,
On your Planned features document written in 2013, you have said that you wanted for JSONEditor to "improve performance for large json documents (smart rendering table?)."
Do you still plan to implement a smart rendering table?
Robomongo does it.
In fact, I have large JSON documents and a table view will greatly help me.
Thanks,
The text was updated successfully, but these errors were encountered: