Hi Handson table Team,
I am using “@handsontable-pro/vue”: “^3.1.0” & “handsontable-pro”: “6.0.1”
I am using this renderer for change cell background at load time & after cell change time…
can u suggest any way.?
this.settings.columns.push({
data: key,
type: “date”,
dateFormat: “MM/DD/YYYY”,
allowInvalid: false,
colWidths: 110,
renderer: function(
instance,
td,
row,
col,
prop,
value,
cellProperties
) {
console.log(‘renderer function call for every dropdown cell’)
}
}