Datatables constant height

Datatables constant height

I have 21 records in my datatables and page size equals to 10. When I turn to last page, entire table shrinks vertically and paging controls go up, since there is only one record on the page.

How to make my table contant height? I tried with:
<table id="aaa" style="height:400px;">

but my table gets streched and looks disguisting.

Thank you for help in advance