0
Answer

Sorting Table Rows in jquery with out using plugin

Photo of Rahul Bansal

Rahul Bansal

11y
1k
1
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.

Answers (0)