Nukesor / comfy-table

:large_orange_diamond: Build beautiful terminal tables with automatic content wrapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Live refresh

Corfucinas opened this issue · comments

Is it possible to update a table without having to print the entire table?

For example, let's suppose I have a table 10x10 table, I will only update some contents of a Cell....can I render the same table?
Otherwise every update I would have to print the entire table to the terminal and clutter it

Doing this is nothing that can be achieved easily.
You have to take complete control over the terminal. for instance, tui-rs is a library that allows you to do this.

However, this is nothing that should be handled by comfy-table.