How do you pin rows to the top of a v-data-table so they are unaffected by Header sort in Vue3?
My goal is to have some rows of a data table always be ‘pinned’ to the top of the table, regardless of column or customized search. I have a previous project I worked on using Vue2 that this functionality was simple.