Open siamkreative opened 6 years ago
+1 to this issue.
I think src/sorts/
should be marked as exportable modules
+1
I believe this library is no longer maintained :(
👋 Pull requests happily accepted!
Importing the sort files directly does not work, as inside of them Tablesort
is not defined.
This here is working (at least for webpack):
https://github.com/contradictioned/tablesort/commit/c00ff8271828d06e3dbca4af27f7d993a25c438a
Problem is, that this import
probably does not work with a plain-old-javascript setup.
While this works:
I don't know how to import the additional sorts (example: number, date). Could you please document this?