Demo App is currently available only on O11.
This library is capable to parse this JSON:
Into this one, ready to be displayed as dynamic columns, according to how many different brands you have on your database:
Which will result in the following datagrid, where data from the database can be used as columns.
To use this component, you will need to.
To help you better visualize how each input will be shown in the final datagrid, you can see this table.
| Header Column Name | Dynamic C1 | Dynamic C2 | Dynamic C3 |
| Header Colm Data 1 | Value | Value | Value |
| Header Colm Data 2 | Value | Value | Value |
| Header Colm Data 3 | Value | Value | Value |
Each Dynamic C is one of the unique values provided to the DynamicColumnName attribute from the structure below input.
Each Header Colm Data C is one of the unique values provided to the HeaderColumnData attribute from the structure below input.
Each Value is the CellValue from the pair HeaderColumnData x DynamicColumnName from the ArrangeData_ForDynamicColumns structure.