Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "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

 

Code Block
languagejavascript
pui["grid column resize style"] = "simple";

 

Example:

 

Code Block
languagejavascript
pui["grid column resize style"] = "simple";

 

...