markmalek / Fixed-Header-Table

jQuery plugin for tables with fixed headers
www.fixedheadertable.com
MIT License
930 stars 541 forks source link

header width and table height issue #156

Open jasonComing opened 8 years ago

jasonComing commented 8 years ago
  1. The table height is not correct when table is larger than the window size. As a result, the scroll bar is not showing.
  2. The width of the table header doesn't consider the scroll bar space. As a result, the table header doesn't align right with the body. I believe this only happens when the table is taking 100% width of the window size.