OK, there seem to be lots of questions+answers related to this topic, but I cannot find a precise answer, mainly because the they seem to be related to setting a cell width. I'm not interested in that. Apologies if I've missed it!
I want to draw a canvas in a cell, which has not had it's width set.
I have a TableCellElement CELL and I can display innerHTML fine. But I want to add a child canvas to CELL, so I need the cell width.
CELL.style.width, CELL.clientWidth, CELL.client, etc all return zero, always.
Is this possibly a Dart bug, am I going about it incorrectly, or is it not possible? Should I find the column the cell is in (how?), and then find the width of that?
Cheers
Steve