Pierre-Henri Symoneaux
Pierre-Henri Symoneaux
Hi Mandeep, What do you mean exactly ? Are you try to create a table from a list of columns instead of a list of rows ?
There's currently no way to do that in the library. But it could be nice indeed. I'm not sure there is a time penalty with what you do, since the...
Hi ! Check the Tic tac Toe example, which uses the `term` crate: Get the number of lines printed : [see here](https://github.com/phsym/prettytable-rs/blob/cf7dca33e2e2131c20e4bbc34ad222c5e6edc29a/examples/tictactoe.rs#L56) And erase the table before printing another one...
Hi, Streaming is not possible with the current design. All the values need to be loaded in memory in order to compute table dimensions
Hi Jonathan, Well, it's possible to iterate through the table, and through each rows, but Cell's currently miss an accessor method to the style attributes. I can add this method...
I would have been agree until I discovered the Prettytable python library. Also, I'm note sure renaming a crate is possible on crates.io
That would be great. I'll try to find some time to implement this, unless someone wants to do it.
Hi again ! Having mutliple rows in the title part is currently not supported
What about printing the table into CSV instead ?
(Sorry for the late reply by the way)