Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: x.x
-
Component/s: DSL for Presentation
-
Labels:None
-
Number of attachments :
Description
The current Wicket table component used is rather simple. This needs to be replaced by a table component that allows sorting tables by clicking the header. This also means that a new Sortable DataProvider must be implemented. Johan has already implemented an example in the reference application, this needs to be included in the c ode generator.
All DataView's are replaced by AjaxFallbackDefaultDataTable's.
Table's now are sortable and pagable.