Feature #272
XView - Implement the table tag
Start date:
01/08/2013
Due date:
% Done:
0%
Component:
Case Management
Description
Implementation of the table tags in order to display fields in a tabular form, using the same idea implemented in the JSF <h:dataTable>, but keeping it simple and user readable.
Implementation propose:
<table value="collection-field" var="local-variable"> <field /> <field /> <field /> ... </table>
Field labels will be used as column headers.
History
#1
Updated by Ricardo Memoria over 12 years ago
- Status changed from New to Closed
Implemented this initial version.
New improvements will be necessary, but it'll be handled by a next issue.