Examples

Date and time picker field

'columns' => [
    'inputdatetime_3' => [
        'exclude' => 1,
        'label' => 'inputdatetime_3',
        'description' => 'eval=datetime',
        'config' => [
            'type' => 'input',
            'renderType' => 'inputDateTime',
            'eval' => 'datetime',
        ],
    ],
]
Copied!