Offline work with automatic synchronization. Complementing CouchDB, PouchDB acts as a client-side connector, providing offline access and automatic synchronization with the central server. Each client keeps a full local copy of the database, allowing users to query and update data even without an internet connection.
Inspector Property Groups
PouchDB View Properties
| Property |
Type |
Details |
| ID | text | Required in common setups. Attribute: id |
| Database | droplist | Required in common setups. Attribute: db |
| Collection | droplist | Attribute: collection |
| Filter | text | Attribute: filter Supports dynamic option sources. |
| Page | text | Attribute: page |
| Pagesize | text | Attribute: pagesize |
Actions
Select
PouchDB View Select
| Configuration group |
Controls |
| Select Properties | Age |
First
PouchDB View First
| Configuration group |
Controls |
| First Properties | { this. update page(1 |
Prev
PouchDB View Prev
| Configuration group |
Controls |
| Prev Properties | This. update page(this.data.page 1 |
Next
PouchDB View Next
| Configuration group |
Controls |
| Next Properties | This. update page(this.data.page + 1 |
Last
PouchDB View Last
| Configuration group |
Controls |
| Last Properties | This. update page(this.data.pages |
Dynamic Attributes
Page
| Attribute property |
Type |
Details |
| Value: | text | Choose dynamic data binding. |
Pagesize
| Attribute property |
Type |
Details |
| Value: | text | Choose dynamic data binding. |
Sorton
| Attribute property |
Type |
Details |
| Value: | text | Choose dynamic data binding. |
Sortdir
| Attribute property |
Type |
Details |
| Value: | text | Choose dynamic data binding. |
Dynamic Events
Change
| Event option |
Type |
Details |
| Action: | text | Choose the action to execute. |
Updated
| Event option |
Type |
Details |
| Action: | text | Choose the action to execute. |
Error
| Event option |
Type |
Details |
| Action: | text | Choose the action to execute. |