Using Widgets to represent Data Table Columns
Scenario: How to represent Data Table data using appropriate widgets. We will customise the Data Table to display:
- Firstname field as a primary button
- Lastname field as danger button with a click event triggering the display of alert notification variable
- Picurl as an image widget
- 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