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
As a step forward we could create a trait instead of Vec<_> so we would not make allocations in case if the alignment/color will be the same for all columns.
The text was updated successfully, but these errors were encountered:
We need to make it an
Vec<_>
, and change theTableOption
correspondingly.tabled/tabled/src/settings/themes/column_names.rs
Line 72 in 261cfd4
As a step forward we could create a trait instead of
Vec<_>
so we would not make allocations in case if the alignment/color will be the same for all columns.The text was updated successfully, but these errors were encountered: