Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1.3
-
None
-
None
Description
I am having a hard time with a reporting system I built using myfaces (It's only a one jsp page ...).
It seems that myfaces is not so good for combining filtered data that is beinged generated on the fly with datatable.
It will be great to have the following example:
Show a data table with sortable columns and data scroller. Now, this is the real problem: The data will not be generated on a constructor, it will be generated dynamically according to some filters (for example, several drop downs). If two of the drop downs will also be dependable (meaning, the items in one drop down are updated according to another) it will be even better ...
Thanks.