Hi Berkay,
16 attributes is a lot. What you could do with DataGrid2 is to enable hiding in the grid:
Then in column settings you could hide the column by default.
Then you could show only the important columns by default. If needed the user can make them visible by themself:
Other solutions is to lower the fontsize or make the Caption aligned vertically.
Or transform the captions to -90degrees:
Add this to the styling of the .column-headers:
-webkit-transform: rotate(-90deg);
Good luck!
.
Martijn
Hi Berkay,
You could try this :
if this does not help you, try this
with this config the User can set up it himselft
and with
you can give him the possibility to save his config. When he comes back to the Page, the Column will have the same width.