Hello
I have implemented
afterSelectionEnd: function(r, c, r2, c2) {
var cellmeta = hot.table.getCellMeta(r, c);
}
how would you extract td backround color to get the selected cell color please ?
Hello
I have implemented
afterSelectionEnd: function(r, c, r2, c2) {
var cellmeta = hot.table.getCellMeta(r, c);
}
how would you extract td backround color to get the selected cell color please ?
found it via getCell and then cell.style.background
Hi @fmartinez
that is fine, but I encourage you to use CSS classes that refer to the style settings