Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
This issue highlighted that this path may be awkward: #28 ```cs var table = new Table(TableConfig.Unicode()); table.From(statistics.ToArray()); // Enable inner formatting for all columns. foreach (var header in table.Headers) header.RowsFormat.InnerFormatting = true; Console.Write(table.ToString()); ``` Perhaps the `From()` method could accept some parameters that apply to all columns?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by douglasg14b and has received 0 comments.