Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
Hi, if you create a table without rows the ToString() method returns errors. ```c# var table = new Table(..); .... table.AddRows(rows); // rows count = 0 var ret = table.ToString(); System.IndexOutOfRangeException Index was outside the bounds of the array. at BetterConsoleTables.Table.ToString(Int32[] columnLengths) at BetterConsoleTables.Table.ToString() ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by franklupo and has received 5 comments.