[csswg-drafts] [css-tables-3] Recommending to implement fixed header table by css

workhours has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-tables-3] Recommending to implement fixed header table by css 
==
As [CSS Table](https://www.w3.org/TR/css-tables-3/) is reworking, may 
I say the fixed header table is mostly wanted. The common way to 
implement a functional fixed header table now is by synchronizing 2 
html tables with scripting, it's ugly and complicated. the best way is
 by giving a height measure to the tbody element if it can works:
`#table tbody { height: 20em; }` 
Above example illustrate a table with a fixed body view of approximate
 20 rows regardless how many rows of data it really loaded.


Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/858 using your GitHub 
account

Received on Friday, 6 January 2017 02:39:44 UTC