khalidabuhakmeh / ConsoleTables

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

Add ability to update table values #23

Closed douglasg14b closed 1 year ago

douglasg14b commented 7 years ago

Being able to update the tables values instead of clearing the screen and re-writing it would be very beneficial.

khalidabuhakmeh commented 1 year ago

If you want that capability, I recommend using Spectre.Console it's a great library.