DataTables / FixedHeader

Fix the header, footer, left or right columns of a table in place, to always show them when scrolling
http://www.datatables.net/
Other
75 stars 83 forks source link

"oOffset" Documentation #14

Closed dummey closed 8 years ago

dummey commented 11 years ago

This settings allows for an offset from the top of the page to be used to start the fixed header. This is useful if the page already has another fixed header of some sort. Unfortunately, this useful feature, is not documented and was only discovered by random chance.

DataTables commented 11 years ago

Yup - it was a little bit of a hack that I'm not yet quite happy with (there are no left, right and bottom options for example). So its not yet properly documented as a released feature. I'll leave this bug open until it is promoted to a primary feature.

xianghongai commented 9 years ago

Fixed?

DataTables commented 9 years ago

Not yet. Haven't had time to work on this aspect of the software yet. I'll update this bug when I do.

DataTables commented 8 years ago

The fixedHeader.headerOffset and fixedHeader.footerOffset parameters are correctly documented as of v3: http://datatables.net/extensions/fixedheader/examples/options/offset.html