Hello
I’ve been developing with HOT for a while and notice this…
When I set the options of the Hot to minSpareRows: 1,… but the column is read only, the table stills creates an additional row… the case is a table that eventhough has a spareRow,… it can only be created if data is inserted into an specific column,… not the others.
do I have to cancel the row creation event at beforeCreateRow ? is this a default behaviour that the spare row does not get affected by the cell properties set on the Hot instantiation ?
thanks in advanced