Data View: Reference
Reference for Data View in Web Framework References. Key properties: ID, Data Source, Filter, Sort On.
Enable data view, data detail and data iterator in App Connect. App Connect Data Traversal is an amazing addition to App Connect framework and allows you to get access to three additional components. Data View, which is awesome when it comes to client side paging and filtering, Data Detail to selects a specific detail records from data source by key and Data Iterator to iterates through a data source one item at the time, for example, when navigating sliders or paged details.
Inspector Property Groups
Data View Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Required in common setups. Attribute: id |
| Data Source | text | Attribute: dmx-bind:data Supports dynamic option sources. |
| Filter | text | Attribute: filter Supports dynamic option sources. |
| Sort On | text | Attribute: sortOn Supports dynamic option sources. |
| Sort Direction | droplist | Attribute: sortDir Options: Ascending, Descending |
| Page | text | Attribute: page |
Actions
First Page
Go To First Page
Previous Page
Go To Previous Page
Next Page
Go To Next Page
Last Page
Go To Last Page
Select Page
Set Current Page
| Configuration group | Controls |
|---|---|
| Select Current Page Properties | Page |
Dynamic Attributes
Sort On
| Attribute property | Type | Details |
|---|---|---|
| Value: | text | Choose dynamic data binding. |
Sort Direction
| Attribute property | Type | Details |
|---|---|---|
| Value: | text | Choose dynamic data binding. |
Page
| Attribute property | Type | Details |
|---|---|---|
| Value: | text | Choose dynamic data binding. |
Page Size
| Attribute property | Type | Details |
|---|---|---|
| Value: | text | Choose dynamic data binding. |