The alignment of columns in a form or grid can be changed to right, left or centered.
1. Summary
You can control the alignment of grid and form contents. To do this, you just need to modify the corresponding attribute in the data field.
2. Result
The data fields are aligned left, right, or centre.
3. Step by Step Guide
- Open the object master of a grid or form.
- Go to the instance tab.
- Select the corresponding column you want to change.
- Search for the attribute “align”.
- Fill in the values:
- “right” for right justified
- “left” for left justified
- “center” for center justified
Settings/Attributes
Attribute | Description | Example/Values |
align | The attribute to align a column of a form or a grid. | right/left/center |
4. Documentation
To find more information, you can check the following documentation.
Back to Use Cases
Back to Home Page