In its current state, the `Table` class is hard to navigate and properly type annotate. It needs to be heavily refactored/rewritten with typing in mind. The way [`rich`](https://github.com/Textualize/rich/) implements their [table](https://github.com/Textualize/rich/blob/master/rich/table.py) might be an inspiration.
In its current state, the
Tableclass is hard to navigate and properly type annotate. It needs to be heavily refactored/rewritten with typing in mind.The way
richimplements their table might be an inspiration.