put a row at the top of the table after fnRowCallback
put a row at the top of the table after fnRowCallback

Hey can i change index of current row after fnrowcall back , i wanna put that row at the top of table
This discussion has been closed.
Hey can i change index of current row after fnrowcall back , i wanna put that row at the top of table
Answers
The order of the table is dependent on the sorting. You could setup an index column to always sort the desired row to the top. Or you could move the row into the header.
Kevin