filamentgroup / tablesaw

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

update README.md with ES6 module import instructions for jQuery version #244

Closed shiftie closed 7 years ago

shiftie commented 8 years ago

The Tablesaw jQuery version has a UMD module definition that exports a function that has to be explicitly called once imported. I added this to the README.md.

zachleat commented 7 years ago

I like this @shiftie!

I wonder what the tablesaw() call does, though.

I don’t think Tablesaw exports a global that you can call.

zachleat commented 7 years ago

Doing a quick ping on this one about the question above, please reopen if you still think it’s valuable!

leptest commented 7 years ago

Thanks! This PR helped me get tablesaw working with es6 + browserify.

It would probably help others if the instructions were merged to the main branch.