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.

1 Open Issue Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub
Libraries .NET Libraries

AI 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.

Complexity: 3/5
enhancement help wanted good first issue styling

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.

C#