Simple local storage driven database. The Data Store component allows you to store and edit local data in a simple local storage driven database. You can use this component to create a shopping cart, favorite products list, task lists or store any data you need to store in your local or session storage.
Inspector Property Groups
Data Store Properties
| Property |
Type |
Details |
| ID | text | Required in common setups. Attribute: id |
| Use Session Storage | boolean | Attribute: session |
| Define Data Store Scheme | button | |
Actions
Insert Record
Insert a Record to the Data Store
| Configuration group |
Controls |
| The Values | Action configuration group |
Update Record(s)
Update Record(s) in the Data Store
| Configuration group |
Controls |
| Which Records | Action configuration group |
| New Values | Action configuration group |
Update or Insert Record(s)
Update or Insert Record(s) in the Data Store
| Configuration group |
Controls |
| Which Records | Action configuration group |
| New Values | Action configuration group |
Delete Record(s)
Delete Record(s) in the Data Store
| Configuration group |
Controls |
| Which Records | Action configuration group |
Clear Data Store
Clear the Data Store
Dynamic Attributes
Generated Columns
| Attribute property |
Type |
Details |
| Columns: | grid | Choose dynamic data binding. |
Dynamic Events
Inserted
| Event option |
Type |
Details |
| Action: | text | Choose the action to execute. |
Updated
| Event option |
Type |
Details |
| Action: | text | Choose the action to execute. |
Deleted
| Event option |
Type |
Details |
| Action: | text | Choose the action to execute. |