Changes between Version 1 and Version 2 of Modules/TableView


Ignore:
Timestamp:
2012-03-27T09:57:18+02:00 (13 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/TableView

    v1 v2  
    44TableView (svn:molgenis_apps/trunk/modules/tableview) is a reusable table viewer component for MOLGENIS to uniformly navigate and search (large) data lists up to millions of records. This viewer gets its metadata and data loaded via an abstract backend serving the data, i.e., it is unaware of 'entities' or 'protocols' or 'binary files' or Excel etc. behind it.
    55
    6 == Concepts ==
     6== Core concepts ==
    77
    88* Column metadata: description of column name, dataType, label and description (optional). For example: {name=patientID, dataType=int, label='patient id', description='unique pseudonym for this individual'}