prettytable icon indicating copy to clipboard operation
prettytable copied to clipboard

Align one column at a time doesn't work.

Open Pr1meSuspec7 opened this issue 1 year ago • 0 comments

This code doesn't work:

table.align["City name"] = "l"
table.align["Area"] = "c"
table.align["Population"] = "r"
table.align["Annual Rainfall"] = "c"
print(table)

Only works all columns at once: table.align = "r"

Pr1meSuspec7 avatar Aug 29 '24 16:08 Pr1meSuspec7