p2 / quicklook-csv

A QuickLook plugin for CSV files
Other
289 stars 22 forks source link

Feature request: Header remains on top while vertical scrolling #9

Closed p2 closed 11 years ago

p2 commented 11 years ago

Original author: p....@gmx.at (August 27, 2011 19:51:55)

Would be cool if the header (file info + table header) remains on top if you scroll through long record lists!

Original issue: http://code.google.com/p/quicklook-csv/issues/detail?id=9

p2 commented 11 years ago

From p....@gmx.at on August 27, 2011 19:53:13 Could not specify the type of the issue, hence I prefixed the issue with "Feature request". Please allow your submitters to specify the issue type in order to spare you maintainers some workload. ;-)

p2 commented 11 years ago

From phase.of.matter on October 24, 2012 01:11:52 Would be nice indeed, but the preview is rendered as HTML, so this is not easily possible.

p2 commented 11 years ago

From p....@gmx.at on October 24, 2012 08:08:00 This IS possible with HTML and CSS. There are a number of examples on the web which do so. (Or do they require Javascript as well?) The table header must be absolutely positioned on top, while the body scrolls on a z-layer beyond. Or use 2 separate tables, 1 only for the header, absolutely positioned, and the second table for the body content, with the same column widths, so that they are aligned.