Question

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.

Was it helpful?

Solution 2

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.

OTHER TIPS

Just add marked class attribute to the table - class="sortable".

More deitals: http://woork.blogspot.com/2008/02/sort-table-rows-using-ajax.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top