lusaxweb / vuesax

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

Receive a preordered table data from server, how to add an up or down arrow next to the sorted column header on load? #1026

Open hrvali opened 1 year ago

hrvali commented 1 year ago

In the table component, by clicking on each table header, the rows will be sorted and the up or down arrow will appear, but the problem is when I get a preordered table from the server. I could not find any way to display the up or down arrow in this situation. Is there a way to add an up or down arrow next to a column header without clicking on the column header?