lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.63k stars 745 forks source link

Cannot sort data in table #982

Closed rubiin closed 3 years ago

rubiin commented 3 years ago

If reporting a bug, please make sure to provide the following:

I could not get table to sort.

my data is of format

{
createdAt: "2021-06-03T04:55:44.053Z"
deleted: false
header: "Add a image"
topicId: "60b8609f230dbc8ce9adffd9"
}

and i am doing

 <vs-th sort-key="header"> Header </vs-th>

When i press the header column, the arrows appear but nothing happens

And, the best would be providing a reproduction repository. That takes guessing work out of the way and saves us time.