Who would benefit? |
Many customers, especially within fashion industry or manufacturer, who need to collect array data. |
What impact would it make? |
Having a table support out of the box would make the enrichment simplified, and at the same time natural way for the users to edit array data. |
How should it work? |
As a field type setting, a setting is used to define the behavior for each column in the table (JSON format). For each column, the following parameters should be possible to edit: |
Why is it needed? |
To prevent bad architecture, or clumpsy solutions that is difficult to use or causes unnecessary events and performance issues. |
Additional feedback, background or context:
This is an excellent idea! I just now got a request from a customer in the CPG/food industry that wanted to store and display table data for ingredients and nutritional values.
Thanks for posting this idea, it's been on my wish list for a long time.
A small example for inspiration. Copy and paste the simple JSON below into this online tool - https://data.page/editor
{
"table": [
{
"SKU": "ITEM001",
"height": 10,
"width": 5,
"weight": 1.2
},
{
"SKU": "ITEM002",
"height": 15,
"width": 7,
"weight": 2.5
}
]
}