Have you looked at the table API?
There's a property fixedBottomRowCount which does just that
EDIT: But be aware your data in the bottom row may change if you apply a filter/sort! It just locks the visibility of the last entries in your table model.
Just out of curiosity, why would you want the bottom row of your table to be static?
Message was edited by: Robin van het Hof