Column Value Formatter - For Grid or Table

Formulate the values for a column in a grid or table.


You can format certain values of a column in a grid. For example, you can add a button or specific text to a column.

To append "Rs" before the value in the Salary column of an Employee table:

Steps:

  1. Open a UI Widget. Create a new table or grid.

  2. Add the Salary column to the table or grid.

  3. Right-click on the Salary column that needs to be formatted and open the Property Panel.

    Open Property Panel

  4. Open the Customization Properties from UI Properties > Customization Properties.

    Customization Properties

  5. Write down the value formatter code and click OK.

    Value Formatter Code

  6. Click SAVE.

    Save Changes