Removing a row from sorting, but needs to be static.
Removing a row from sorting, but needs to be static.
nutless_neo
Posts: 13Questions: 0Answers: 0
What I'm trying to do is have a row for my totals to be at the bottom of the DataTable at all times and not be affected by the sorting. I've tried putting it as a tfoot, but it then shows up under the scrollbar. All of our data handling is done by a servlet that I have no control over (I am just the designer here, not the programmer) and we are using DataTables to simply display the data from our database, therefore I need a way to display a single row at the bottom with it's own css rules, that is omitted from the sorting. Please see the pic here - http://michael.benefitharbor.com/dev/datatables-pic.jpg
This has to be some sort of CSS or HTML fix - unless there is a simple fnXXXX I can use that doesn't require hitting the DB.
This has to be some sort of CSS or HTML fix - unless there is a simple fnXXXX I can use that doesn't require hitting the DB.
This discussion has been closed.