I'm trying to make <v-data-iterator>
sortable, but I'm not sure how to connect it to <v-data-table>
headers
Code
Here's a codepen https://codepen.io/anon/pen/vdrebY
Is there even way to do it? I don't necessarily need v-data-table
, I just want to be able to sort v-data-iterator
using v-data-table
's header component (or any other component)