Open Issues Need Help
View All on GitHubAI Summary: Implement color rendering for cells and rows in the TableTower .NET library. This involves modifying the `ConsoleTableBuilder` class to utilize the existing `Foreground` property of the `Cell` class and the `Background` property of the `Row` class during console rendering. Proper null value handling, color reset after rendering, and compatibility with existing functionality and tests are required. New test cases should be added to verify the color rendering.
TableTower is a powerful and flexible .NET library designed to build and render beautiful console tables with minimal effort. It supports multiple themes, pagination, and customization options for professional console applications.