Adding a new row to a particular position inside a data table
Adding a new row to a particular position inside a data table
anand4nk
Posts: 1Questions: 0Answers: 0
Hi all,
I have a data table in one of my jsps. Certain rows inside the data table have a + button against it. On clicking + button, 2 additional data rows shall be inserted just below the current row. I have tried using fnAddData and fnAddTr. But bothe of them are appending the newly added data to the bottom end of the data table. Can anyone suggest a solution for this.
Thanks,
Anand
I have a data table in one of my jsps. Certain rows inside the data table have a + button against it. On clicking + button, 2 additional data rows shall be inserted just below the current row. I have tried using fnAddData and fnAddTr. But bothe of them are appending the newly added data to the bottom end of the data table. Can anyone suggest a solution for this.
Thanks,
Anand
This discussion has been closed.
Replies