-
1. Re: RichFaces 4.0: DataTable paging support
abelevich Jan 20, 2010 7:41 AM (in response to abelevich)Requiments:
- Port DS (DataScroller) component from Richfaces 3.3.X.
- DS should work with nested iteration components
-
2. Re: RichFaces 4.0: DataTable paging support
nbelaevski Jan 22, 2010 10:06 AM (in response to abelevich)Continuing on requirements:
- Subtables support
- Synchronization of separate data scrollers for the same table (e.g. data scrollers located in header & footer facets)
-
3. Re: RichFaces 4.0: DataTable paging support
abelevich Jan 22, 2010 11:53 AM (in response to nbelaevski)Subtables support
my second requiment means that too
Synchronization of separate data scrollers for the same table (e.g. data scrollers located in header & footer facets)
ok +1
-
4. Re: RichFaces 4.0: DataTable paging support
nbelaevski Jan 24, 2010 4:03 PM (in response to abelevich)Tracked here: https://jira.jboss.org/jira/browse/RF-7867 -
5. Re: RichFaces 4.0: DataTable paging support
jbalunas Jan 28, 2010 5:01 PM (in response to abelevich)abelevich wrote:
Subtables support
my second requiment means that too
I would be curious about the mockup for this? To see how different aspects would be handled like page state for sub table. Especially if the parent table pages away, and the current subtable is no longer in the view.
Would the subtable page state be lost, would it be held for all subtables, etc...?
<brainstorming>
Also would this mean if you had N sub tables, you would need N datascrollers? Could they be outside the subtable tags? Could a single datascroller be used for a set of subtables? Perhaps somehow switch state based on last subtable expanded, or mousedown on (not likely, but an idea)?
</brainstorming>