hi there
I have tried all options and I can not get the table to show all columns - It always show the blue expand button to show the extra columns
Is there a way to enable horizontal scroll? for example the users table
.core jquery
thanks
5 Answer(s)
-
1
Hi,
Have you tried this <a class="postlink" href="https://datatables.net/examples/basic_init/scroll_x.html">https://datatables.net/examples/basic_i ... oll_x.html</a> ?
-
0
Yes I did - It was the first thing then I tried all the recommendation without success
-
0
Any ideas on this - for example making the user list horizontal scroll if width of the page is reduced
thanks
-
1
try to disable RESPONSIVE feature. <a class="postlink" href="https://datatables.net/reference/option/responsive">https://datatables.net/reference/option/responsive</a>
-
0
That fixed it. Thanks