Data Providers
Dynamic Data
Deleting Dynamic Data
5min
With the ability to create and update data, you must be able to delete data that is no longer needed. This example shows how to delete a single row of data and then how to delete multiple rows of data from a .
- default.jigx is the database where the table is defined.
- jig.list is the type of used to list the data with a swipeable: left action that uses the provider's delete method.
Deleting Dynamic Data
Record deleted from table
To delete all employees (multiple data records) in the table use the action.execute-entities action with an expression that as shown below. This will delete all records in the table when the Delete all employees button is pressed.
Delete multiple records
All records deleted from table
Updated 05 Nov 2024
Did this page help you?
Yes
No