ronisbr / PrettyTables.jl

Print data in formatted tables.
MIT License
404 stars 38 forks source link

how to not display column types? #152

Closed zsz00 closed 2 years ago

zsz00 commented 2 years ago

I want not display column types, pretty_table(data; eltypes=false) eltypes is error.

how to do this ??

zsz00 commented 2 years ago

pretty_table(data; nosubheader=true) is work