Changes between Version 16 and Version 17 of Modules/TableView
- Timestamp:
- 2012-04-30T15:32:20+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/TableView
v16 v17 10 10 * 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 11 11 * 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'. 13 13 * 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. 14 14