Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This option controls the behavior of grid column resizing, both in the Visual Designer and at run time when the "resizable columns" grid feature is enabled.

Possible values are:

  • "simple" - the grid maintains its total width; space needed to resize a column is borrowed from the next column
  • "excel" - columns that follow the column being resized are moved, similar to how Excel column resizing works

 

pui["grid column resize style"] = "simple";

 

Example:

 

pui["grid column resize style"] = "simple";

 

Where do you save this configuration option?  Here

  • No labels