Skip to content

Data Store: Reference

Reference for Data Store in Web Framework References. Key properties: ID, Use Session Storage, Define Data Store Scheme.

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
IDtextRequired in common setups.
Attribute: id
Use Session StoragebooleanAttribute: session
Define Data Store Schemebutton 

Actions

Insert Record

Insert a Record to the Data Store

Configuration group Controls
The ValuesAction configuration group

Update Record(s)

Update Record(s) in the Data Store

Configuration group Controls
Which RecordsAction configuration group
New ValuesAction configuration group

Update or Insert Record(s)

Update or Insert Record(s) in the Data Store

Configuration group Controls
Which RecordsAction configuration group
New ValuesAction configuration group

Delete Record(s)

Delete Record(s) in the Data Store

Configuration group Controls
Which RecordsAction configuration group

Clear Data Store

Clear the Data Store

Dynamic Attributes

Generated Columns

Attribute property Type Details
Columns:gridChoose dynamic data binding.

Dynamic Events

Inserted

Event option Type Details
Action:textChoose the action to execute.

Updated

Event option Type Details
Action:textChoose the action to execute.

Deleted

Event option Type Details
Action:textChoose the action to execute.