Table template on group repeat - Horizontal scroll

jo-ka

Member
Hello.
I have a joined list where I need to display the joined list as a table, like the image shows. This display is perfect, and it works well on laptops and desktops.

The problem is that, on mobile phones or tablets, or even on low resolution screens, I can't scroll horizontally, which doesn't allow to see all options.

I know I can use the default list template but the visual result isn't the same.

Is there a way to overcome this?

Thanks in advance.

upload_2019-9-26_7-14-59.png
 

Attachments

  • upload_2019-9-26_7-9-36.png
    upload_2019-9-26_7-9-36.png
    71.3 KB · Views: 70
Thank's start point.
So, shall I add this or edit on which file?

Thanks in advance.

OK, found it:
../public_html/components/com_fabrik/views/details/tmpl/bootstrap/custom_css.php

Added this:

Code:
#$form .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
}
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top