Changes between Version 4 and Version 5 of Modules/TableView
- Timestamp:
- 2012-03-27T15:59:50+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/TableView
v4 v5 83 83 N.B. this is all we need to enable, for example, 'download selected'. Because you can reformat one column to have the tick boxes you need, add a form+button around, et voila. 84 84 85 == 2D matrix == 86 87 For homogeneous data, such as genotypes, gene expressions, etc, there is a desire to have both column AND row headers. 88 In these cases some 'column' oriented user stories should also be available considering row headers: 89 * '''filter columns using (quick)filters per row''' 90 * As tablview user I can filter columns analogously to rows, but then applying the filters to row values (horizontally) instead of column values (vertically, like normal). Example use cases from xQTL. This is envisioned by having quick filter inputs in the first row. 91 92 93 85 94 == Future enhancements == 86 95 87 96 The following extensions to above are desired: 88 97 89 * '''filter columns using (quick)filters per row'''90 * As tablview user I can filter columns analogously to rows, but then applying the filters to row values (horizontally) instead of column values (vertically, like normal). Example use cases from xQTL. This is envisioned by having quick filter inputs in the first row.91 98 * '''column groups''' 92 99 * As tableview developer I can group column headers to show what goes together, for example to show result of a table join. Particular tricky will be how this interacts (a) with 'add column' and (b) with column reordering.