tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript
https://tristen.ca/tablesort/demo/
MIT License
1.1k stars 179 forks source link

Require tablesort.js inside sorts (for webpack compability) #208

Open drzel opened 3 years ago

drzel commented 3 years ago

Hey wanted to use this library with webpack, but the sorters don't know about Tablesort without requiring it. Fixes #169

dombarnes commented 3 years ago

Thanks for doing this. Using this in my project now 😄