resizable-column
Reactive icon

Resizable Column

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 08 May 2023
 by 
0.0
 (0 ratings)
resizable-column

Resizable Column

Documentation
1.0.0

Resizable Column Component

The Resizable Column component allows you to make any OS UI column component on your screen resizable. This gives users the ability to adjust the width of the column to their liking, creating a more dynamic and user-friendly experience.

How to Use

To use the Resizable Column component, simply follow these steps:

  1. Wrap your OutSystems UI column component with the Resizable Column component.
  2. Give the Resizable Column component a unique ID.

Input parameters

  1. Id: A unique id that is not the OS dynamic id (Required)
  2. MinimumWidth: Set minimum width for the columns (Optional, default to 40px)
  3. IsSavedLocally: Set option to save width locally (Optional, default to True)