mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
740 stars 55 forks source link

Preserve the order of rows #99

Closed mwouts closed 1 year ago

mwouts commented 1 year ago

The default value for the order parameter of https://datatables.net is [[0, 'asc']].

Because of this, the orders of rows of pandas dataframes is often not preserved.

It would be more convenient to have, by default

mwouts commented 1 year ago

BTW, I'd like to thank @vindevoy for attracting my attention to this issue.