Add Master-Detail records using Data Table
Scenario: To implement CRUD operations on an Master-Detail database schema. We will be adding records in a Master-Detail scenario using Data Table bound to Live Variable.
- For a Customer you will be able create Order rows.
- For an Order you will be able to create Order Detail rows.
- You will also be able to edit and delete operations too.
- 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