OneWayTech / vue2-datatable

(DEPRECATED) The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it!
MIT License
881 stars 230 forks source link

Specify default order #184

Open Herz3h opened 4 years ago

Herz3h commented 4 years ago

Just like in datatables you can specify:

order: [
    [0, 'desc']
]

Is there a way to achieve the same thing with this plugin ?