put a row at the top of the table after fnRowCallback
put a row at the top of the table after fnRowCallback
hackerszone
Posts: 1Questions: 1Answers: 0
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.
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