Changes between Version 3 and Version 4 of Modules/TableView
- Timestamp:
- 2012-03-27T10:00:07+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/TableView
v3 v4 105 105 106 106 Q: What about repeating values? 107 >> A: This is up to the backend. Either you can have multiple values per cell, or you can decide to repeat the whole row, having null values in those columns that do not have this many repeats. 107 >> A: This is up to the backend. Either you can have multiple values per cell, or you can decide to repeat the whole row, having null values in those columns that do not have this many repeats. The TableView does not need to know. 108 108 Q: What about protocols that have been applied multiple times. 109 >> A: protocols would typically translate to one tableview with each row showing a protocolApplication. Hence, multiple protocolApplications would translate into multiple rows (unless filtered). Again, the TableView does not need to know. 109 110 >> A: protocols would typically translate to one tableview with each row showing a protocolApplication. Hence, multiple protocolApplications would translate into multiple rows (unless filtered)