keeping the first row of my table fixed

keeping the first row of my table fixed

On the server side I generate a row of sum data for my table. When I want to display it at the bottom the the table, I simply put it in the footer. I first thought, in order to display it at the top of the table, to put it in the header. It works, however, it creates a new problem: My table header has two rows: labels and sums. The sort links are appearing on the sums row (second row of the header) and I want them to appear on the labels row (first row of the header).
Is there a way to adjust on which row the sorting links will be placed? Or, is there a way to put the sums row into the tbody. If so, I need to keep it in the first row always, even after sorting the other rows.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.