filamentgroup / tablesaw

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

Don’t use generic `table` for data key #230

Closed zachleat closed 8 years ago

zachleat commented 8 years ago

The tablesaw object instance is stored in: $( "table" ).data( "table" )

This isn’t namespaced enough.

zachleat commented 8 years ago

Changed to $( "table" ).tablesaw().data( "tablesaw" );