Dynamic reordering of v-data-table columns #16898
-
Hello. I'm using Reordering the headers in the Typescript code is easy enough. The tricky part is reordering the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured this out.
|
Beta Was this translation helpful? Give feedback.
I figured this out.
v-for
through the headers, and using item[value] to get the column value.