Duplicate table header is created when scrollY is enabled..

Duplicate table header is created when scrollY is enabled..

AndrewY77AndrewY77 Posts: 2Questions: 1Answers: 0
edited February 2017 in Free community support

Without the horizontal scrollbar, the table displays fine without any duplicate TH. Once we enable scrollY, as you can see in the image, the TH is duplicated and additional white space is created. I've seen others who have posted with a similar issue but without any response. Please advise.

Also, this issue only occurs on IE. (Version 11.0.9600.18537CO)

            var table =   $('#multemp').DataTable({
            "bPaginate": false,
            "bSort": true,
            "bFilter": true,
            "bJQueryUI": false,
            "bProcessing": true,
            "scrollY": "350px",

            "bScrollCollapse": true     

Answers

  • AndrewY77AndrewY77 Posts: 2Questions: 1Answers: 0

    Bumping - Still looking for assistance on this issue. Thank you.

This discussion has been closed.