I have a table with filter on every column. When filter matches few records, my tfoot contents will jump up and down. So I want to set the tbody height to fixed value to let tfoot stay at the bottom.
I have seen similar questions like how to define minimum height for tbody in css,
but it does not solve my problem.
Setting height of wrapper div does not solve this. Setting tbody 'display: block' will make the columns width not aligned with thead any more.
Thanks.