If i have more columns my rows are shown with a scroll bar Where as my header does not move and show the relevant columns
Any workarounds?
catalogues header fixed
it is customized application catalog view. (it could be any such customized more columns appearing views..)
Any workarounds, we wanted to show more columns at the same time header should also scroll. (It is fixed, we cannot see the column names)
This is critical for us
This is critical for us
I fixed by inserting "scrollX: true," in the code block below. (Works only for Chrome
not in IE, it hangs)
var table = $('#dt_apps').DataTable({
paging: false,
deferRender: true,
scrollY: 350,
scrollX: true,
scrollCollapse: true,
info: true,
sort: true,
responsive: false,
columns: [

var table = $('#dt_apps').DataTable({
paging: false,
deferRender: true,
scrollY: 350,
scrollX: true,
scrollCollapse: true,
info: true,
sort: true,
responsive: false,
columns: [