Hi… I have tried the allowEmpty in our hottable, seems not working,
and I have tried with few examples from jsfiddle, there also not working.
I have tried with below one.
https://jsfiddle.net/api/post/library/pure/
hotSettings: Handsontable.GridSettings = {
startRows: 5,
columns: [
{
editor: CustomEditor,
allowEmpty: false
}
],
colHeaders: true,
colWidths: 200
};
}
So, On the load the cells should be in (Red) Invalid cells, Am i correct? Seems not working.
Kindly mention, How to use allowEmpty and Please provide any samples in jsfiddle/stackblitz if you have.
Thank you
Prabu Kuppusamy