Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8985411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:19:27+00:00 2026-06-15T21:19:27+00:00

I have a below table. <table id=myTable class=tablesorter> <thead> <tr> <th>No</th> <th>Name</th> <th>Email</th> <th

  • 0

I have a below table.

<table id="myTable" class="tablesorter"> 
<thead> 
<tr> 
    <th>No</th>
    <th>Name</th>     
    <th>Email</th> 
    <th class='time'>Time</th> 
    <th>Price</th> 
</tr> 
</thead> 
<tbody> 
<tr> 
    <td>1</td>
    <td>Smith</td>    
    <td>jsmith@gmail.com</td> 
    <td class='time'>60 mins</td> 
    <td>45</td> 
</tr> 

</tbody> 
</table> 

I am using jquery tablesorter plugin.
Onready, tablesorter is working well. I can see all columns are sort able.

In my application, after clicking ‘Refresh’ button, dynamically rows are being added or removed. It means, Table content will be changed. After table modification, the sorting is not working.

here is jsfiddle demo.

below is the code to invoke tablesorter.

   $("#myTable").tablesorter({
        headers: { 
            4: { sorter: "integer"}, 
            2: {sorter: false} 
        },
        debug:true,
        textExtraction:function(node){
           var $node = $(node)
           var text = $node.text();  
           if ($node.hasClass('time')) {
                text = text.replace('mins', '');
            };
            return text;            
        }
    });

In given demo example, added row becomes first row and it is not used for sorting.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:19:28+00:00Added an answer on June 15, 2026 at 9:19 pm

    A rudimentary lookover of the API documentation revealed this link to a demo: http://tablesorter.com/docs/example-empty-table.html

    The key is this line of code:

        // let the plugin know that we made a update 
        $("table").trigger("update"); 
    

    If you add that to your code…

       $("#myTable").append(row).trigger("update");   
    

    … it works

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table as below; <table id=mytable> <tr> <td>cola1</td> <td>cola2</td> <td>cola3</td> <td class=rem>cola4</td>
Below is what I have in table myTable +++++++++++++++ + id + myWord +
I have created table and inserted values as below. create table mytable (id INT,
I have the below table. I am trying to get tbody column bgcolors matching
I have a mysql database with a table structure like below : Table Name
Below I have table - Company id name value year 1 IBM 10 2011
I have the following code <form name=frm1> <table id=mytable border=1 cellspacing=2 cellpadding=2> <tr> <td>
I have the below column on my table what gets binded on pageload, the
edit: my table schema below is poorly normalized as suggested and I have revamped
I have a table like below: Table A ---------- ID Field1 Field2 Field3 1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.