Hey guys so I am trying to use the jQuery plugin table sorter (tablesorter.com). I made a test page based off their demo and it worked no problem. However now I am trying to imp
Use Jquery datatables
in your case:
$(document).ready(function()
{
$("#orgTable").DataTable();
}
);
https://www.datatables.net/examples/basic_init/zero_configuration.html
UPDATE:
If you dont want to change ur tablesorter or use any other jQuery plugin for table sorting,check ur tags
use :
instead of :