How to avoid columns to be hidden when responsive is true

How to avoid columns to be hidden when responsive is true

jstuardojstuardo Posts: 99Questions: 40Answers: 0

Hello,

When responsive property is true, several columns are hidden automatically, instead of allowing the user to horizontally scroll.

Is there a way to avoid that hiding but keeping responsiveness?

I know that I can use "data-priority" attribute for columns, but the idea is not to add that attribute to every column.

Regards
Jaime

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @jstuardo ,

    With Responsive, if the view area is too small, then columns will be hidden - so the horizontal scroll wouldn't normally be used alongside. If you want both, as you say, you'll need to set columns.responsivePriority,

    Cheers,

    Colin

This discussion has been closed.