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

include colgroups in the fixed header table #8

Closed jweir closed 7 years ago

jweir commented 11 years ago

The tables I am working with use colgroups and css to style the column colors. But this gets lost in the headers once they become fixed.

So I clone the colgroups as before the headers.

I am not very familiar with the FixedHeader api, so this probably is not the best way to implement.