wootapa / watable

A jQuery table plugin with sorting, paging, filtering.
https://oweitman.github.io/watable/doc/index.html
MIT License
293 stars 101 forks source link

watable incompatible with jquery-ui #8

Closed cmcconomy closed 9 years ago

cmcconomy commented 11 years ago

Attempting to use watable when importing jquery-ui as a script causes the table to become unresponsive after a single column sort.

Example: http://jsfiddle.net/3DRAa/

Note that after clicking "score" once, it sorts the column. clicking "score" a second time has no effect, and now the filtering no longer works; if i had more pages, you would see that the pagination no longer works either.

Javascript errors in firefox js log: [22:50:00.879] Error: cannot call methods on tooltip prior to initialization; attempted to call method 'hide' @ http://code.jquery.com/jquery-1.10.1.js:516 [22:50:00.881] Empty string passed to getElementById(). @ http://code.jquery.com/jquery-1.10.1.js:174

Removing jquery-ui from the imports on the above jsfiddle will fix the behaviour. Could this be a clash between bootstrap-datepicker and jquery-ui's datepicker?