Last modified: 2014-03-05 13:50:09 UTC
With longer tables it can be very difficult to identify the columns. It might be nice if table headers stayed in view when scrolling trough a long table. This could be done with JS, but would need to be compatible with tablesorter of course. Thinking about 'fixed' position headers once the header moves out of the screen viewport. Can possibly do similar stuff with footers.
Adding 'floating' and 'fixed' to summary to clarify how we'd probably want to implement such things by dynamically switching them to position:fixed rather than actually repeating.
Moving to the Parser component. I hope this is the right place. PS: part of https://www.mediawiki.org/wiki/Bug_management/Triage/20130307
Moving to the right component. You need javascript to dynamically switch the styling of a table header like this.
http://datatables.net/extras/fixedheader/ and http://css-tricks.com/persistent-headers/ are some of the nicest implementations i have seen so far. both require cloning the headers, which is currently not possible with sortable tables. I think that if we would want to do this, we should split of the thead and tableheader normalization of tablesorter into it's own module and reuse that for fixed headers.
*** Bug 53358 has been marked as a duplicate of this bug. ***