Page 1 of 1

catalogues header fixed

Posted: 11 Sep 2019, 08:39
by Rajaraman
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?

Re: catalogues header fixed

Posted: 11 Sep 2019, 19:03
by JohnM
Can you let us know which view you are looking at and post a screenshot please

Thanks

Re: catalogues header fixed

Posted: 12 Sep 2019, 13:39
by Rajaraman
it is customized application catalog view. (it could be any such customized more columns appearing views..)

Re: catalogues header fixed

Posted: 29 Sep 2019, 08:32
by Rajaraman
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

Re: catalogues header fixed

Posted: 29 Sep 2019, 11:35
by Rajaraman
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: [

Re: catalogues header fixed

Posted: 30 Sep 2019, 11:53
by JohnM
Excellent. Thanks