I have this table where initially empty, when the document is ready, then I call function which is the table contents Runs an AJAX query for The initial content is sorted awesomely! But when I call my function again with various parameters to get new content, then things go wrong. The table fills with the new content is okay, but clicking on a header column, table content is returned back when the page was first loaded and the sorting stopped working.
This code is the snippet I am using, which will use $ ('.tanner'). Triggers ("Updates") help? At what point can I call it?
jQuery ("Tableer; TBI"). Load (path, function () {jQuery ("Tableer"). {OnRenderHeader: function () {this.wrapInner ("& lt; span & gt; & lt; / span & gt;"}}}, widthFixed: True, widget: ['zebra', 'hovering', 'selected'], debug: true});}
thanks, MM
I believe that you
this one took me a little while to wrap my head, but you livequery js This should work basically after adding:
$ ("# table"). Livequery (function () {$ (this) .tablesorter ({...}) })
Noah
Comments
Post a Comment