enter image description here
Hi, I am working with a Vuetify data table in my Vue.js project. I have an expandable row set up with an expand icon at the start of each row. However, there’s an extra expand icon showing at the end of each row that I want to remove. How can I achieve this?
Thank you!