jQuery tablesorter "handle", or other click events -
so have basic table. allow users doubleclick on element in th edit text. have since added in tablesorter plugin, "breaks" editable text. tablesorter isn't "honoring" double click on interior element.
- can define "sorthandle" tablesorter? instead of clicking on entire th b tag or something?
- better yet can find way capture doubleclicks on th , handle them separately if necessary (maybe through method or trigger)?
thanks!
there undocumented option named cancelselection
can set false
allow selecting text , double clicking in table header.
Comments
Post a Comment