mwouts / itables

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

Use BigInt and datatables>=1.13 rather than converting large integers to str #172

Closed mwouts closed 6 months ago

mwouts commented 1 year ago

This is a follow-up on #152 . Large Python integers cannot be represented as native JavaScript integers. From itables==1.5.2 we therefore convert them to str, but because of that they might not be sorted properly in datatables.

A more correct workaround would be