Inconsistent of column - sScrollY

Inconsistent of column - sScrollY

btgomezbtgomez Posts: 14Questions: 6Answers: 0

The columns are inconsistent.
[image.png](https://postimg.org/image/9y18zm6zv/)

But when I removed sScrollY: "40vh", properties of the DataTable. The columns are fine.
[image.png](https://postimg.org/image/49uy8txjf/)

$('#alloJob').DataTable({
            "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
            iDisplayLength: -1,
            sScrollY: "40vh",
            bScrollInfinite: true, //this property disables pagination 
            "scrollCollapse": true,
            "paging": false,
            "bInfo": false,
            "bFilter": false,
            "bSort": false
        });

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.