The Table header does not align with data column

The Table header does not align with data column

nightsky_tingnightsky_ting Posts: 17Questions: 4Answers: 0

Hi,
May I know how to allow the header to align with data column. When I run the web application, the header does not align with the column until I click on the header then it will be align.

$('#tableLang').DataTable({
scrollY: "150px",
autoWidth: true,
responsive: true,
scroller: true,

    paging: false
});

How to solve this problem?

Thanks

Answers

This discussion has been closed.