Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(table): split table into multiple files (#718)
At close to 2000 lines of code, the table widget was getting a bit unwieldy. This commit splits it into multiple files, one for each struct, and one for the table itself. Also refactors the table rendering code to be easier to maintain.
- Loading branch information