Search code examples
vue.jsvuejs2vue-componentvuetify.js

How I can disable sorting function on vuejs v-table columns?


I have a v-table and I need remove disable sort function when user click on header. How I can do It?


Solution

  • You can set sortable: false on the column headers you want to disable.