6

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

2 Answers 2

7

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

Sign up to request clarification or add additional context in comments.

Comments

0

you can use property disable-sort:

<v-data-table disable-sort>
</v-data-table>

2 Comments

Doesn't work in vuetify 3
Now (2025) "disable-sort" does work in vuetify3.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.