Examples

Color picker field

'columns' => [
    'input_34' => [
        'exclude' => 1,
        'label' => 'input_34',
        'description' => 'renderType=colorpicker',
        'config' => [
            'type' => 'input',
            'renderType' => 'colorpicker',
            'size' => 10,
        ],
    ],
]
Copied!