Creating an Element-UI table and using v-if to control column show/hide has been working perfectly, except for one small issue.
The table seems to automatically change size when columns are shown/hidden, even though I have already set fixed width and height in the table attributes.
What could be causing this automatic resizing of the table, and how can I ensure a fixed size?
Your insights are greatly appreciated. Below is a simplified code example:
// Code snippet here...