Hello,
After loading csv into a table and using tablesort and changing sequence of rows as per requirement,when i save the csv,sequence of rows gets saved in original order.Please help!!
TableSort doesn't change the actual order. Only the displayed order.
You can create another table and add the rows one after another to the second table. Then save the contents of the second table.