I have table with horizontal scroll and I want to stick header like in following proof of concept HTML table headers always visible at top of window when viewing a large table but horizontal scroll doesn't work properly when table is placed inside other element. Header is fixed by a position property and it doesn't move with rest of the table. Any ideas?
Asked
Active
Viewed 552 times
2
-
2Could you post your code? – Joe_G Aug 28 '13 at 14:13
-
here is code: http://jsfiddle.net/mmacin/M35xT/ use both scroll's to find problem – mmacin Aug 29 '13 at 06:47
-
1I have found nice solution for this issue on author's github repository: https://github.com/jmosbech/StickyTableHeaders/issues/1 ---> http://jsfiddle.net/LqZ2T/42/ – mmacin Sep 02 '13 at 14:34