Fixedheader Column Width Problem Datatables Forums
Fixedheader Column Width Problem Datatables Forums Here is an example using fixedheader. the columns look ok while i scroll down once i scroll up again beyond the header row, all column widths are reset, and stay there. When using the sscrollx, sscrollxinner and or sscrolly to achieve a fixed header table with its inner content scrolling, the headers of the table go out of alignment with the rest of the body in chrome and ie. firefox, on the other hand, displays them perfectly.
Header Column Width Unadjusted Datatables Forums There are two ways to address this: the approach i've taken which is to have fixedheader recalculate the columns width on each draw, even although they already have widths assigned. remove the width:100% on the table and allow datatables to fix its width to a pixel value. The issue here is that fixedheader doesn't currently take account of the changes caused by responsive so the hidden columns cause the colspan to be potentially incorrect, resulting in bad misalignment. If you go into analytics and look at the table on the main all traffic page, you'll see the problem. i'm dynamically adding summary rows to the header and footer of this one, which makes things much more difficult i might add, but the problem remains without them. When i have enabled fixedheader with {"left":true}, the column headers don't change width when the table is resized. you can see the problem here:.
Inconsistent Column Header Width Datatables Forums If you go into analytics and look at the table on the main all traffic page, you'll see the problem. i'm dynamically adding summary rows to the header and footer of this one, which makes things much more difficult i might add, but the problem remains without them. When i have enabled fixedheader with {"left":true}, the column headers don't change width when the table is resized. you can see the problem here:. I'm having an issue where the header (thead) becomes misaligned from the table body when i use fixedheader with scrollx. does anyone know how to resolve this?. Hello datatables team, i am encountering an issue with column width alignment when using a fixed header in combination with a multi row header setup. Basic solution: make sure you are using the latest versions of the core datatables library and relevant plugins. you can download these files (or use the cdn resources) by going to the official downloads page and selecting the various components you need. Fix the header, footer, left or right columns of a table in place, to always show them when scrolling datatables fixedheader.
Inconsistent Column Header Width Datatables Forums I'm having an issue where the header (thead) becomes misaligned from the table body when i use fixedheader with scrollx. does anyone know how to resolve this?. Hello datatables team, i am encountering an issue with column width alignment when using a fixed header in combination with a multi row header setup. Basic solution: make sure you are using the latest versions of the core datatables library and relevant plugins. you can download these files (or use the cdn resources) by going to the official downloads page and selecting the various components you need. Fix the header, footer, left or right columns of a table in place, to always show them when scrolling datatables fixedheader.
Table Column Width Issue Datatables Forums Basic solution: make sure you are using the latest versions of the core datatables library and relevant plugins. you can download these files (or use the cdn resources) by going to the official downloads page and selecting the various components you need. Fix the header, footer, left or right columns of a table in place, to always show them when scrolling datatables fixedheader.
Comments are closed.