Skip to main content
Version: v11.6.0

Formatting Data Table Columns

Scenario: To change the display format of columns in a Data Table. We will customise the Data Table to display:

  1. Zip with a prefix of ‘US-‘
  2. Birthdate formatted to toDate with Date Pattern as ‘yyyy, MMM dd’
  3. Department Name with a suffix of ‘Dept’
  4. Department Budget formatted as toCurrency with ‘USD’ symbol and Fraction Size ‘2’

Data Table Use Cases