You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, it's not currently possible, but if you have any idea in mind, feel free to make a proposal.
For now you can only set alignment during row creation, or by mutably iterating over the cells in the column in order to set alignment.
Maybe some kind of method on struct Table like fn set_column_alignment(usize, Alignment) which updates all the cells would do the job
AFAIU, you can set align only on a per-cell basis, but can I set an alignment for a whole column?
The text was updated successfully, but these errors were encountered: