TableTools and jQuery NoConflict problem
TableTools and jQuery NoConflict problem
I've pinpointed the most likely cause of my problem down to TableTools.js. I believe that's the plugin that handles all of the highlighting and row selection with Editor. In any case, I'm trying to debug what looks like a strange issue. For some reason, I cannot select any rows on my Editor tables at all. All of the command buttons still work, and the tables themselves are displaying fine with DataTables. Because I have MooTools installed, I'm also using "noConflict".
When I click on a row, it won't highlight. Using the Chrome console to debug, it goes straight past jQuery and ignores it, then empties the variable that held the click. As far as I can tell, everything else involved works. It's just this little bug that's being a pest.
When I click on a row, it won't highlight. Using the Chrome console to debug, it goes straight past jQuery and ignores it, then empties the variable that held the click. As far as I can tell, everything else involved works. It's just this little bug that's being a pest.
This discussion has been closed.
Replies
What version of TableTools are you using? The current release shouldn't have any problems with noConflict I think, although it might be worth trying the nightly version from the download page.
Allan