Rahul Bansal

Rahul Bansal

  • 103
  • 17.1k
  • 9.7m

Sorting Table Rows in jquery with out using plugin

Jul 28 2014 2:45 AM
I have 2 tables with some columns and my aim is moving row table1 to table2 & vice-versa. At first page loading my table1 is sorted on the basis of column2 and column3 like in sql order by column2, column3 and i want that  when i will move some rows from table2 to table1 then table1 again will be sorted manner on the basis of column2 and column3.