javascriptasp.netsorttable.js

Sorting multiple html tables logically related to each other


I wish to sort 3 separate tables that are logically related to each other but kept separate in design for some purpose. I am using sorttable.js for sorting. Can someone guide me on this. Thanks.


Solution

  • I have modified the sorttable.js library (version 2) to accomplish my task of sorting multiple tables that are separated by design but related to each other.I have applied the sorting for the first table and other two tables get sorted accordingly.