filamentgroup / tablesaw

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

TypeError: this is undefined in tablesaw.jquery.js:423:10 #303

Closed bruce-gemberling closed 7 years ago

bruce-gemberling commented 7 years ago

When using tablesaw.jquery.js with Magento 1.9 I am getting this type error on this line:

var $header = $(this.cloneNode(true));

zachleat commented 7 years ago

Can you attach a test case? I don’t see that on the demos.

bruce-gemberling commented 7 years ago

I added thead and tbody to resolve it

On Jul 10, 2017 12:27 PM, "Zach Leatherman" notifications@github.com wrote:

Can you attach a test case? I don’t see that on the demos.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/filamentgroup/tablesaw/issues/303#issuecomment-314176436, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYJ6A5u9hXRpj3qITU8t_RGYfSiu4cZks5sMl7ugaJpZM4OS35g .

zachleat commented 7 years ago

Great—thanks! I added some better error messaging for this case in v3.0.3