vue2-datatable
vue2-datatable copied to clipboard
Specify default order
Just like in datatables you can specify:
order: [
[0, 'desc']
]
Is there a way to achieve the same thing with this plugin ?