Hello,
I read this page of the docs :
I would like to set a cell type of ‘select’ but not for an entire column. Is there a way to change this attribute only for 1 cell ? I only found this :
columns: [{
type: 'select'
}]
But maybe something like that exists :
hot.setCellMeta(1, 1, 'type', 'select')