https://www.htmlelements.com/docs/grid-cell-edit/
editor:
{ label: ‘Product’, dataField: ‘productName’, width: 150
, editor: ‘textArea’
, editor: ‘numberInput’
, editor: ‘textArea’
, editor: ‘input’
, editor: ‘autoComplete’
, editor: ‘dropDownList’
label: ‘Date’, dataField: ‘date’, cellsFormat: ‘d’, editor: { template: ‘dateInput’, min: new Date(2022, 5, 1), max: new Date(2022, 10, 1) } editor: ‘timeInput’