Skip to content

PouchDB View: Reference

Reference for PouchDB View in Web Framework References. Key properties: ID, Database, Collection, Filter.

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
IDtextRequired in common setups.
Attribute: id
DatabasedroplistRequired in common setups.
Attribute: db
CollectiondroplistAttribute: collection
FiltertextAttribute: filter
Supports dynamic option sources.
PagetextAttribute: page
PagesizetextAttribute: pagesize

Actions

Select

PouchDB View Select

Configuration group Controls
Select PropertiesAge

First

PouchDB View First

Configuration group Controls
First Properties{ this. update page(1

Prev

PouchDB View Prev

Configuration group Controls
Prev PropertiesThis. update page(this.data.page 1

Next

PouchDB View Next

Configuration group Controls
Next PropertiesThis. update page(this.data.page + 1

Last

PouchDB View Last

Configuration group Controls
Last PropertiesThis. update page(this.data.pages

Dynamic Attributes

Page

Attribute property Type Details
Value:textChoose dynamic data binding.

Pagesize

Attribute property Type Details
Value:textChoose dynamic data binding.

Sorton

Attribute property Type Details
Value:textChoose dynamic data binding.

Sortdir

Attribute property Type Details
Value:textChoose dynamic data binding.

Dynamic Events

Change

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

Updated

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

Error

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