I am trying to re order the inner html table rows using Jquery.inner html contains the nested tables . i need to reorder child table rows with in the child table and parent table rows reorder in the parent table itself
My table hierarchy is refer the following link http://jsfiddle.net/PcDPr/
i used nested table plugins also..nothing is helping much..i didn’t get expected results.
I would appreciate any help.
Hiya sample demo here: http://jsfiddle.net/T4Vh4/
To start with you are missing
<th>tags in your example. I am given you a working sample so that you can compare your implementation of table sorter with the demo. :))Please let me know if this is what you are looking for!
Good read: http://tablesorter.com/docs/
Hope this helps and have a nice one, d’uh don’t forget to accept the answer if this helps :)!
HTML
Jquery code