vincjo / svelte-simple-datatables

A Datatable component for Svelte

Home Page:https://vincjo.fr/svelte-simple-datatables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initital sort

FlashPapa opened this issue · comments

Hi !
How can i set a default sort 'desc' on initialization ?
Thanks

Hello,

It is not possible for now... 😕

I will develop an API to manage tables programmatically (I hope for sometime in September). But for the moment it is not possible.

In the meantime, you can order the JSON before sending it to datatable, or directly in the SQL query...
It's not very flexible

Ok, no problem @vincjo,
I do a _.reverse(data) before for the moment 😏
Thanks