How do you extend column with beyond 100%

0
Hi all, I have to create a page with a very large amount of columns. This doesnt fit on one page, so I added a horizontal scrolling bar, and set the column with to a manual desired lenght. However Mendix still compresses the columns to fit on one page. How do I make all columns wider so it is actually possible to read?   
asked
4 answers
1

Hi Simon,

 

If you set the width to manual for each column like:

 

and then apply the styling overflow-x:auto to the data grid in the appearance tab it should work.

 

Thanks,

 

Chris

answered
1

Hi Simon,

You can use one layout grid 6/6 and you can place two layout grids inside (one on each side).Now you will get more than 12 columns. Or you can simply use table.

answered
1

Hi Simon,

You can try with table and set the width as you want

answered
0

Hey Simon de Kwant,

Why can’t give a try to Data grid 2?

answered