Is there a default sort flag for gridjs?

Viewed 402

I'm trying to find out if there's a default sort column setting for GridJS. https://gridjs.io/docs/examples/sorting

Looking at this - and trying to understand the code - I don't see anything obvious.

Does anybody know if I'm missing something?

1 Answers

I don't think there is. If your data is dynamic however, you could just sort the data yourself before populating the table.

Related