-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
featureAdding functionality that adds valueAdding functionality that adds value
Description
Describe the Problem
Having to construct different html tables or forms based on different json schemas.
The Solution you'd like
Provide a native jsonToHtmlTable function to recursively convert json objects and arrays into nested html tables.
Option to pivot arrays of objects and objects of objects, so similar nested structures can be tabularized.
Option to show content as cell values or as html inputs which could be embedded in an html form.
Alternatives that you've considered.
Continue to develop and use this MTScript equivalent and suffer the slow performance with large and complex json datasets: https://discord.com/channels/296230822262865920/1401537394460725328
Additional Context

Metadata
Metadata
Assignees
Labels
featureAdding functionality that adds valueAdding functionality that adds value