CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudJsonTreeView: Uses a MudTreeView to View JSON Text
This update adds a new MudJsonTreeView component which can display JSON text using a MudTreeView component. Supported features include:
- JSON string, GUID, date, number, and boolean values
- JSON arrays
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!
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 🙂
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.
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 🙂
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?
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
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