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 !
Hi,
In layout/tables.py, line 185,
cell.position_yseems 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 !