You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In layout/tables.py, line 185, cell.position_y seems a bit suspicious.
Isn't it a typo, which should be replaced by row.position_y ?
You're right. cell.position_y works too, as it's the last cell's position (which is the same as the row position), but it's much better to use row.position_y here.
Hi,
In layout/tables.py, line 185,
cell.position_y
seems a bit suspicious.Isn't it a typo, which should be replaced by row.position_y ?
Otherwise, it could be the last cell of row.children ?
Thanks for this amazing library !
The text was updated successfully, but these errors were encountered: