Changes between Version 4 and Version 5 of Modules/TableView


Ignore:
Timestamp:
2012-03-27T15:59:50+02:00 (13 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/TableView

    v4 v5  
    8383N.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.
    8484       
     85== 2D matrix ==
     86
     87For homogeneous data, such as genotypes, gene expressions, etc, there is a desire to have both column AND row headers.
     88In 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
    8594== Future enhancements ==
    8695
    8796The following extensions to above are desired:
    8897 
    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.
    9198* '''column groups'''
    9299        * 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.