Reviewed & tested by the community
Project:
Four Seasons
Version:
6.x-1.20
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2008 at 08:46 UTC
Updated:
29 Apr 2009 at 16:10 UTC
Comments
Comment #1
derjochenmeyer commentedunfortunately i cant reproduce this... sticky headers are working for me :)
Comment #2
optalgin commentedSticky table headers works fine for me on FF2&IE7
I can see it in some pages (like block configuration)
When I use the function -- theme('table',...) to create my own table, the headers are not sticky..
What exactly do I have to do to enable 'sticky headers' for my custom table?
Comment #3
optalgin commentedAh...
I found that there is no sticky support in the phptemplate_table override in template.php
Add this code (marked with +) and all table will automatically support sticky headers
* code taken from theme_table function,
see here: http://api.drupal.org/api/function/theme_table/6
Comment #4
tobiass commented#3 worked great to add sticky table headers to the four seasons theme.
I think this is worth to include it in the next release if there will be one ;-)
Comment #5
derjochenmeyer commented