Thead is doubled when using scrollY:'50vh',

Thead is doubled when using scrollY:'50vh',

Anonymouse703Anonymouse703 Posts: 18Questions: 8Answers: 0

Hello guys, when I add scrollY:'50vh', the thead display is doubled.

this is my code.

 $("#addworkoderTable").DataTable().destroy();
            $('#addworkoderTable').DataTable({
                responsive: true,
                paging : true,
                destroy : true,
                scrollCollapse:true,
                scrollY:'50vh',
             });

Answers

Sign In or Register to comment.