Formatting Data Table Columns
Scenario: To change the display format of columns in a Data Table. We will customise the Data Table to display:
- Zip with a prefix of ‘US-‘
- Birthdate formatted to toDate with Date Pattern as ‘yyyy, MMM dd’
- Department Name with a suffix of ‘Dept’
- Department Budget formatted as toCurrency with ‘USD’ symbol and Fraction Size ‘2’
- 1. Basic Table Usage
- 2. How to customise table actions
- 3. How to represent data table columns using widgets
- 4. How to format data table column
- 5. How to apply styles (generic and conditional) to data table
- 6. How to view master-detail record using a data table
- 7. How to add master-detail record using a data table
- 8. How to export data using a data table
- 9. How to create a dynamic data table
- 10. How to bind column of a data table to query variable