Found the uncompressed version :D http://tablesorter.com/docs/#Download
Looks like I need to use <tbody> and <thead> according to the docs. . . Mike On Jun 12, 4:42 pm, Mike <[email protected]> wrote: > FND, I tried both and neither worked,I believe it is something in the > JQuery Plugin . . . > Ken, I am usnig Lewcid's plugin, and it is awesome (and smaller), this > was just a learning experience / journey for me :D > > I need to look through the plugin some more, I originally thought > assigning the right class would be an easy fix > regretfully the plugin is compressed (and terrible to read thru) > > Thanks for the input, > > Mike > > On Jun 11, 10:28 pm, Ken Girard <[email protected]> wrote: > > > You could take a look athttp://tw.lewcid.org/#TableSortingPlugin > > and see what Saq came up with for an idea or two. > > > Ken Girard > > > On Jun 11, 4:54 pm, FND <[email protected]> wrote: > > > > > I am wondering how to assign div class="sortable" to TW tables? > > > > Well, a DIV is an HTML element, and so is a TABLE - so "assigning a div > > > to a table" doesn't really make sense to me. > > > That leaves us with two options: > > > 1) use a DIV as container for the table: > > > $('<div class="sortable" />).append(myTable); > > > 2) assign the "sortable" class directly to the TABLE element: > > > $(myTable).addClass("sortable"); > > > > HTH. > > > > -- F. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
