Table
anyone have example about Table in nuxt ui v3 i confuse about columns resizing i try it but don't work or will have this future soon
2 Replies
Hi @PETCH. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Based on the knowledge sources provided, there isn't a built-in column resizing feature specifically mentioned for the Nuxt UI Table component. The documentation shows various features like sorting, filtering, and customizing columns, but doesn't explicitly mention column resizing capabilities.
However, I found a relevant Stack Overflow post that might help with your use case. The post discusses a function to adjust table column widths in Nuxt:
To ensure this function runs after DOM is loaded and during page navigation, you can use Nuxt hooks:
You can also call this function in the
onMounted
lifecycle hook:
For more information about available hooks, you can check Nuxt hooks documentation.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@1210521560234987577> Kapa.ai is still learning and improving, please let me know how I did by reacting below.