look into simplifying the fixed header implementation by using pure css
Here is a way to do it:
http://salzerdesign.com/blog/?p=191
Could cut out maybe 50 lines of code.
It should be good, because now if table start with empty data, it's count weird height and width. And height doesn't change even if got data, always show 1 row.
thanks for finding that issue. I'll mark it as investigating and take a look.
I don't think the pure css is the good way, as i see other frameworks (ex. kendo-ui) do the same as you, separate div for header and for body. Pure css has a lots of constraint.
@garaboncias Radics, I agree. I originally tried to do it with pure css and it just didn't meet my needs.