i am getting following issue while “Copy/Paste” data into handsontable UI . i am getting this issue only when i am using
dropdownMenu: true,
filters: true
Uncaught TypeError: Cannot read property ‘length’ of null
** at Core.setDataAtCell (handsontable.full.js:39795)**
** at ColumnSettings.dateValidator [as validator] (handsontable.full.js:77610)**
** at handsontable.full.js:39749[/details][/details]**
i am using following configuration for date column
{
data: ‘ShortDate’,
type: ‘date’,
dateFormat: ‘MM/DD/YYYY’,
correctFormat: true
},