-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Editable JSON #22
Comments
Is the rows virtualized too? Every react json editor I come across is not virtualized, thus causing a massive data output to lag the browser. |
@Djboy08 Virtualization is not supported, can an option be added to load more? |
This is very unfortunate, it seems all the editable react components out there just are not virtualized and its a shame. In my case loading more could have many different ways to implement. All of which that is bad UX/UI. It seems I may just go for a monaco editor as a JSON editor as that can support a massive json, all of which is expanded without the browser dying |
+1 for editing on v2.0 |
+1 for editing on v2.0 🤝 |
+1 for editing on v2.0 |
Any timeline for this?.. |
@shin616122 I don’t have time to plan the release of version 2.0 right now, but I’ll continue to maintain it. If I’m interested, I might add the editing feature. Due to life circumstances, I’m developing some macOS applications to make a living, so I don’t have any immediate plans for this component’s editing feature as it’s more complex. |
@jaywcjlove |
Does this library not support editable json?
My use case is I want the end-user to be able to edit the JSON and save it later but the only thing I could see is "contentEditable".
But this realistically is not what I want since that gives too much control and allows them to basically just type text.
The text was updated successfully, but these errors were encountered: