Modify data grid columns

Hi! I have a data grid that I’m having trouble modifying. I’m trying to set specific column widths but when I change the attribute the entire column disappears from the view. I tried this feature using Appivo templates that generate data grids and found the issues exists there too. As soon as I modify the column width with any value from 1 to 500 or higher, when you then return to the data grid, that entire column disappears. If you do all for all columns, then the grid comes back empty. Any advice? Many thanks!
34%20PM

Hey Matt,

The width value requires a unit with a value. For eg: 100px, 20%, 10em. Without the unit the column ends up in disappeared stated. We shall fix a default unit as an improvement on our end.

But try entering a unit with the value as follows:
image

This should fix your issue.

1 Like

Ah! So simple, thank you!! Fixed.

1 Like