Dataview


type: utility

release: 0.0

status: in development

documentation: N/A

demo: http://view.jqueryui.com/grid/grid-spf/autocomplete.html

 

TODOs

 


 

1 - Description:

 

Work in progress covers a datasource that has an API for configuring sorting, paging and filtering, and an SPI for implementing different remote source (e.g. Flickr or Netflix API). There's also an implementation of a local datasource, which uses an array of existing data.

 


 

2 - Visual Design:

 

n/a

 


 

 

3 - Functional Specification:

 

A base $.ui.dataview widget, implements the API specified here. Extend to encapsulate additional features, e.g. $.ui.localDataview for working with a local array of data and $.ui.odataDataview for an implementation of a oData client.

 

Maps some input to an output, where the input may be a remote resource. The output can feed into other controls, but should be handled only as a view, not as the source of the data.

 

Options:

 

Methods:

Events:

 


 

4 - Markup & Style:

 

n/a

 


 

5 - Latest version of plugin:

 

http://view.jqueryui.com/grid/ui/jquery.ui.dataview.js

 


 

6 - Open issues being discussed