Scroll X creates additional blank table heads with sort arrows in them
Scroll X creates additional blank table heads with sort arrows in them
dgodfather
Posts: 4Questions: 2Answers: 0
in Scroller
http://depts.washington.edu/mportal/wordpress/dev-mccp-reports/
What can I do to eliminate the blank sortable header row in the body?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
div.dataTables_scrollBody thead th,
div.dataTables_scrollBody thead td {
line-height: 0;
opacity:0.0;
width: 0px;
height:0px;
I wouldn't call that the answer, but that is a good fix. Thanks sun!
Anyone else?
That is bizarre. I've just poked and prodded it for 15 minutes and simply can't get the height to be 0... Everything is saying that it should be height 0, but there is something stopping it from being so, can I can't see what. I'll need to come back to this one when I've got a bit more time to spend on it (can't promise when that will be though).
Allan