Different alignments of columns in v-data-table #20998
Unanswered
xtrailrunner
asked this question in
Q&A
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've just started to use Dashboard 2.0 with th v-data-table component.
I have a simple table with two columns. First column displays labels and should be left-aligned. The second column displays numerical values and should be right-aligned.
This construct in ui-template has no effect:
The following styling aligns both columns
Can you pls. recommend a way to align both columns in a different way.
regards
Juergen
Beta Was this translation helpful? Give feedback.
All reactions