Different alignments of columns in v-data-table #20998
-
Hello,
The following styling aligns both columns
Can you pls. recommend a way to align both columns in a different way. regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The align option of the header configuration should be one of "start", "center", "end" rather than "left", "center", "right". So for your particular example I would suggest trying the following:
|
Beta Was this translation helpful? Give feedback.
The align option of the header configuration should be one of "start", "center", "end" rather than "left", "center", "right". So for your particular example I would suggest trying the following: