Horizontal Scrolling in Data grid2

1
Hi everyone,   I am trying to create an app in which a user can see his data using data grid 2, there are many columns that can be overwhelming to be shown on the page at once, can someone suggest a way to introduce horizontal scrolling so that the user can scroll horizontally seeing all columns?
asked
2 answers
4

Hey Garima,

You can refer to this question for your answer,

https://community.mendix.com/link/questions/1329

 

Hope it helps!

answered
3

Hi Garima,

 

Place your grid inside the container, set a width and overflow-x auto.

answered