Posted 22 March 2023, 5:44 am EST - Updated 22 March 2023, 5:49 am EST
Hi,
I am trying to get the height value of rowHeaders but it returns zero.
grid.rowHeaders has a height value.
Attached image is the result of:
console.log(grid.rowHeaders)
However, when I try to retrieve the value, it returns 0:
console.log(grid.rowHeaders.height)
I am simply trying to get the height value of a row or a cell.
Any help greatly appreciated.