CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
348 stars 60 forks source link

MudJsonTreeView: Uses a MudTreeView to View JSON Text #378

Open jperson2000 opened 1 month ago

jperson2000 commented 1 month ago

This update adds a new MudJsonTreeView component which can display JSON text using a MudTreeView 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!

mckaragoz commented 1 month ago

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 🙂

jperson2000 commented 1 month ago

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.

jperson2000 commented 3 weeks ago

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?

mckaragoz commented 3 weeks ago

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

jperson2000 commented 3 weeks ago

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.