Inconsistent of column - sScrollY
Inconsistent of column - sScrollY
btgomez
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
This discussion has been closed.
Answers
Please see this thread which covers the same topic.
Allan
Thanks.