khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
944 stars 157 forks source link

Added feature to add rows like table.AddRow("Value1", "Value2", List<string>) #54

Closed nicemanman closed 1 year ago

nicemanman commented 3 years ago

Added code to create rows passing strings and lists at once.

khalidabuhakmeh commented 1 year ago

Thank you for the effort, but I don't think I will merge this.