Vertical Scrolling Messes up Column Header Alignment

Vertical Scrolling Messes up Column Header Alignment

mahboub_m66mahboub_m66 Posts: 1Questions: 1Answers: 0
edited January 2016 in Free community support

Column Header not aligned with column data when we have vertical scrolling and sorting.
when i try to sort a column it changes header width, i looked into styles.there's a style for sorting_asc {width: 100% !important}, that cause this problem in my case.if i could be able to change it ,my problem would be solved.

Answers

  • jr42.gordonjr42.gordon Posts: 305Questions: 2Answers: 49

    I do not have any width styling for that class, currently using v1.10. Is that located in a DataTables css file or one of yours?

    My "div.dataTables_scrollHead" has an inline style {width: 100%}. My "div.dataTables_scrollHeadInner" and "table.dataTable" have an inline style set "px" width that is less than the previous mentioned div to accommodate for the scrollbar.

This discussion has been closed.