catalogues header fixed

Post Reply
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

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?
JohnM
Posts: 469
Joined: 17 Feb 2009, 20:19

Can you let us know which view you are looking at and post a screenshot please

Thanks
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

it is customized application catalog view. (it could be any such customized more columns appearing views..)
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

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
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

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: [
JohnM
Posts: 469
Joined: 17 Feb 2009, 20:19

Excellent. Thanks
Post Reply