Closed zachleat closed 8 years ago
The tablesaw object instance is stored in: $( "table" ).data( "table" )
$( "table" ).data( "table" )
This isn’t namespaced enough.
Changed to $( "table" ).tablesaw().data( "tablesaw" );
$( "table" ).tablesaw().data( "tablesaw" );
The tablesaw object instance is stored in:
$( "table" ).data( "table" )
This isn’t namespaced enough.