Resize table rows and columns for Qtable #15951
Unanswered
Gemiou
asked this question in
Ideas / Proposals
Replies: 1 comment 8 replies
-
Hi, I am trying to use your example to add this function to my table, but it is not working properly this is my demo link https://codesandbox.io/p/sandbox/confident-mccarthy-rcnc4d?file=%2Fsrc%2Fboot%2Fdirectives%2FcolumnResize.js%3A7%2C1 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello i have a vue 3 directive for nuxt 3 to create our q-table cell Resizable , you can view the code above
For nuxt 3 plugin
Create a file inside plugins folder and add these code
And then in q-table component add v-columns-resizable
<q-table v-columns-resizable **other options** </q-table>
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions