Changes between Version 1 and Version 2 of Modules/TableView
- Timestamp:
- 2012-03-27T09:57:18+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/TableView
v1 v2 4 4 TableView (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. 5 5 6 == Co ncepts ==6 == Core concepts == 7 7 8 8 * 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'}