filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

jQuery needed for no-dependency version #354

Closed DanielRuf closed 5 years ago

DanielRuf commented 6 years ago

Tablesaw (no dependencies)

Is not fully true as there are many parts which use the jQuery API.

zachleat commented 5 years ago

Hm? No, on that version shoestring is bundled with Tablesaw.

shoestring is a drop in replacement for a subset of jquery

https://github.com/filamentgroup/shoestring

DanielRuf commented 5 years ago

Not sure I tried to use it in a Magento project and it did throw an error (we use require.js there). Probably was a broken build or another issue.