p-ranav / tabulate

Table Maker for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to print table rows sequentially?

jellythefish opened this issue · comments

Is there a possibility to update the table via adding new rows and flushing them to the standard output during runtime?

The idea is:

  1. Firstly, i added the header row and printed it.
  2. Then made some computations, added a row to the table, then printed that row.
  3. And so on...

I checked the issue #53, but it's not actually what i am looking for.

i have same question