table_print
table_print copied to clipboard
Streaming table
Would be awesome to be able to track a table in real time, maybe print headers every 30 rows or whatever
How about pagination?
as a way to simplify the stream problem?
By "streaming" do you mean "equivalent to 'tail -f' on the table"?
that was the idea, yeah
...but i have no idea what mechanism would make that happen
sound like you would need an observer somewhere...
having taken a closer look, I would say: use the Presenter idea from my comment #21 and have it be an observer of group.add_children on line 35 in table_print.rb or something like that.