Display 'details' row above instead of below row.
Display 'details' row above instead of below row.
So I am trying to add a details row for every row in the table, and it is working fine. However, I would like the details row to be displayed above each row, instead of below each row. The purpose for this is that the details will contains a title and a link regarding the row. I am successfully opening every row, I just need the details to be displayed above instead of below.
I know that I can edit the dataTables.js _fnDraw( oSettings ) function to do this by swapping which row is drawn first; however, I have other tables where the details row needs to be drawn normally, and I do not want to edit this file.
Is there a way to do this?
I know that I can edit the dataTables.js _fnDraw( oSettings ) function to do this by swapping which row is drawn first; however, I have other tables where the details row needs to be drawn normally, and I do not want to edit this file.
Is there a way to do this?
This discussion has been closed.
Replies
Allan
Allan