Answer the question
In order to leave comments, you need to log in
How to change header width in vuetify table?
I use the vuetify table component, I need to change the header width with the mouse, something like this library ( an example of its use ), but it does not work with data-table vuetify, maybe someone has ideas or ready-made solutions?
Answer the question
In order to leave comments, you need to log in
with data-table vuetify it doesn't work
<v-data-table
ref="table"
...
table
:mounted() {
new ColumnResizer.default(this.$refs.table.$el.querySelector('table.v-datatable'), {
liveDrag: true,
draggingClass: 'rangeDrag',
gripInnerHtml: '<div class="rangeGrip"></div>',
minWidth: 8,
});
},
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question