Getting two horizontal scroll while freeze few left column. Don't know why first scroll is there ?

Getting two horizontal scroll while freeze few left column. Don't know why first scroll is there ?

deepakkumar1210deepakkumar1210 Posts: 1Questions: 1Answers: 0

Getting two horizontal scroll while freeze few left column. Don't know why first scroll is there ?

Jquery Configuration as below:

var table = $('#tb1').DataTable({
responsive: true,
scrollY: "400px",
scrollX: true,
scrollCollapse: true,
paging: false,
fixedColumns: {
leftColumns: 6
}

This discussion has been closed.