-
Notifications
You must be signed in to change notification settings - Fork 72
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
MudJsonTreeView: Uses a MudTreeView to View JSON Text #378
MudJsonTreeView: Uses a MudTreeView to View JSON Text #378
Conversation
CodeBeam.MudBlazor.Extensions/Components/JsonTreeView/MudJsonTreeView.razor.cs
Outdated
Show resolved
Hide resolved
CodeBeam.MudBlazor.Extensions/Components/JsonTreeView/MudJsonTreeView.razor
Outdated
Show resolved
Hide resolved
Thanks for all effort, is it only for display or users can edit value also? And we should add this new component also in docs. Need an example 🙂 |
You're welcome, and I appreciate your PR reviews! Currently it's only for display, and I'll get an example written up here soon. |
Hi @mckaragoz ! I added an example, but for some reason I get a 404 trying to open the example so I can debug it. I bet I'm missing something simple. Can you help me get the example page to display? |
It should be Docs.csproj file, there are new lines about ItemContent, when we remove them it should be visible |
Thanks @mckaragoz ! That was it. The example now functions. |
Is this feature going to be added |
Thanks 🥇 @Sudheesh-TalentzQ yes it's coming on MudExtensions v7 |
This update adds a new
MudJsonTreeView
component which can display JSON text using aMudTreeView
component. Supported features include:This is a component which I use in production at my regular job, so it's been debugged and tested. Let me know if anything else is needed. Thanks!