Use ScrollX create an issue

Use ScrollX create an issue

nlaforetnlaforet Posts: 2Questions: 0Answers: 0

Hello,

I faced that problem actually, when i use scrollX it create a new line in top with sorting arrows. I use a little trick find here

div.dataTables_scrollBody thead th, div.dataTables_scrollBody thead td
{ line-height: 0; opacity:0.0; width: 0px; height:0px; }

Not clean because still a little white border of 4px but it worked... until i tried to fix a column.

When i fix the first left column, this one don't have those 4px border, so there is discrepancies ....

Any idea to solve this ?

Replies

This discussion has been closed.