Fixed Different options on mobile/desktop version

cimad

Member
Affected version
2.0.1
ACP > Users > User title ladder.
 

Attachments

  • 20171222_050002.webp
    20171222_050002.webp
    19.1 KB · Views: 36
  • 20171222_045759.webp
    20171222_045759.webp
    32.9 KB · Views: 36
This is roughly what's expected here -- it's a difficulty with using a table here. What's happening is clearer if you show the column headers:

1513943181773.webp

You can see how they correspond to the alternative approach. This is how we make these tables responsive.

I will leave this open for now, but it's quite likely there won't be a change. This is a rather specific case where the header and value don't fit the expected pattern.
 
I've implemented some fairly simplistic support for us to hide certain cell labels in our responsive data list system so from the next release, it should now look like this:

1516987672017.webp

For developer info, you just invoke this by adding a particular data attribute:
HTML:
<xf:cell data-hide-label="true">{{ phrase('new:') }}</xf:cell>
 
Back
Top Bottom