prettytable-rs icon indicating copy to clipboard operation
prettytable-rs copied to clipboard

Is it possible to get a Cell's style?

Open sophiajt opened this issue 5 years ago • 1 comments

Once the table is styled and ready to print out, is it possible to iterate through the table and see what style each cell will be printed with?

sophiajt avatar Jul 27 '19 05:07 sophiajt

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 if you need it

phsym avatar Aug 25 '19 13:08 phsym