khalidabuhakmeh / ConsoleTables

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

Make Count Optional #13

Closed khalidabuhakmeh closed 7 years ago

khalidabuhakmeh commented 7 years ago

Allow user's to choose whether or not to write out the total count at the bottom of the results.

This can be set as an option on the constructor or potentially on ToString.

khalidabuhakmeh commented 7 years ago

In latest version.