Hello,
I'm totally new to using Tablesorter, for the most part. I have used
it for static content and it's worked great. The problem I'm running
in to is I would like to use a popup menu to choose which table to
display but the sorting does not seem to work. It displays the table
but I cant sort an
Nevermind. My original approach worked. I had just forgotten to use th tags
instead of td tags in the thead section of the table in my AJAX call. Silly
mistake.
aquaone wrote:
>
> try:
> $('#mainContent').html(data).find('#ratesTable').tablesorter();
>
>
>
> On Mon, Nov 9, 2009 at 20:38,
try:
$('#mainContent').html(data).find('#ratesTable').tablesorter();
On Mon, Nov 9, 2009 at 20:38, sumdog wrote:
>
> Hey there,
>
> I've read through several AJAX+tablesorter posts and am still a little
> confuzzled on this. I am loading an entire table into a div like so:
>
>
>Loadin
Hey there,
I've read through several AJAX+tablesorter posts and am still a little
confuzzled on this. I am loading an entire table into a div like so:
Loading...
$(document).ready( function() {
$.get('/ajaxRates',{},
function(data) {
$('#mainContent').
I have an table that a user can sort by selecting one or more columns.
A user can then do a search on the table which will clear out the
tbody and then insert new table rows into the .
When this happens the table headings still have the user selections
for which columns they want sorted, but the
5 matches
Mail list logo