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

FixedColumns with styling "Complex headers", when zoom out brower, the fixed columns can not automatic adapt the table. #99

Closed kuangviyu closed 5 years ago

kuangviyu commented 5 years ago

Hi Team, I'm using "FixedColumns" to fix colunms and fix multiple rows in the table header, when zoom out browser, the fixed columns can not automatic adapt the table.
Link for the example:https://datatables.net/extensions/fixedcolumns/examples/styling/rowspan.html Thanks for your help。

DataTables commented 5 years ago

Correct. If you search the forum you'll find a few threads about this. Unfortunately we don't support browser zoom at the moment for FixedHeader (or scrolling in general) as we've not yet found a way to reliably make this work. Sorry.

kuangviyu commented 5 years ago

thank you