Closed rmcauley closed 10 years ago
The library does not always detect if tables are being used or not. See line 156, where you use attr('tagName'). I changed this to use $$.is("TR") as you have elsewhere in the code and it fixed the problem.
Thanks for the great work. :)
This has been fixed in 1d57afed15...thanks!
The library does not always detect if tables are being used or not. See line 156, where you use attr('tagName'). I changed this to use $$.is("TR") as you have elsewhere in the code and it fixed the problem.
Thanks for the great work. :)