Changes between Version 16 and Version 17 of Modules/TableView


Ignore:
Timestamp:
2012-04-30T15:32:20+02:00 (12 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/TableView

    v16 v17  
    1010* Row data: list of rows of the form {row1={col1=value, col2=value, col3=value}, row2=...} where name matches a column name. Typically also metadata such as 'totalCount' is included
    1111* Viewer state metadata: definition of the current state of the viewer. For example: 'data source', 'columns shown and their properties', 'filters', 'sorting', 'limit/offset/page'.
    12 * Data provide: source of the data. For example 'entity=Measurement' or 'protocol=Demographic questionaire'.
     12* Data provider: source of the data. For example 'entity=Measurement' or 'protocol=Demographic questionaire'.
    1313* rowid: it is expected that for selection/action purposes we want to work with rowids. These may be simple number but also can be the ids used in the backend. The viewer can work with either as long as they are unique.
    1414