Column JSON Setup
Example:
[
{
"id": "make",
"header": "Make",
"order": 1,
"type": "text",
"columnWidth": 200
},
{
"id": "color",
"header": "Color",
"order": 4,
"type": "text",
"columnWidth": 150
},
{
"id": "model",
"header": "Model",
"order": 2,
"type": "text",
"columnWidth": 250
},
{
"id": "sub-model",
"header": "Sub-Model",
"order": 3,
"type": "text"
},
{
"id": "hp",
"header": "HP",
"order": 5,
"type": "text",
"mask": "0"
},
{
"id": "drivetrain",
"header": "Drivetrain",
"order": 6,
"type": "dropdown",
"source": ["RWD","FWD","AWD","4WD"],
"default": "FWD"
},
{
"id": "",
"type": "text",
"columnWidth": 100
}
]Fields
Fields
Description
Example
Column types
Type
Description
Default settings
Auto-binding
Last updated