Open damuramya opened 7 months ago
@damuramya Could you provide a reproduce? That way it's easier to debug.
open the dev tools and go to https://admin-demo.vuestic.dev/projects
https://github.com/epicmaxco/vuestic-admin/blob/master/src/pages/projects/widgets/ProjectsTable.vue#L29
https://github.com/epicmaxco/vuestic-admin/blob/master/src/pages/projects/widgets/ProjectsTable.vue#L33
Should be an String
instead of an Object.
Ideally, it should be an object with the sortField
and the sortOrder
. Not unless when a string is passed it assumes it as the sortOrder
(asc, or desc) and uses the active sort field externally.