Scroll X creates additional blank table heads with sort arrows in them

Scroll X creates additional blank table heads with sort arrows in them

dgodfatherdgodfather Posts: 4Questions: 2Answers: 0

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

Answers

  • sunmuthukumarsunmuthukumar Posts: 2Questions: 0Answers: 1
    Answer ✓

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

  • dgodfatherdgodfather Posts: 4Questions: 2Answers: 0

    I wouldn't call that the answer, but that is a good fix. Thanks sun!

    Anyone else?

  • allanallan Posts: 61,433Questions: 1Answers: 10,049 Site admin

    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

This discussion has been closed.