[richfaces-issues] [JBoss JIRA] Created: (RF-6707) extendedDataTable: question about grouping.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Mon Apr 6 08:49:23 EDT 2009


extendedDataTable: question about grouping.
-------------------------------------------

                 Key: RF-6707
                 URL: https://jira.jboss.org/jira/browse/RF-6707
             Project: RichFaces
          Issue Type: Feature Request
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor


Let us assume that we have the table with 2 columns:
__
A|1
A|2
A|3
B|1
B|2
B|3
B|4
__

rows="5" and datascroller is attached to the table (i.e. 2 pages in the table)
groupingColumn="The1thColumnId"

As result we have 2 groups - "A" with 3 items and "B" with 4 items. But the problem is only 2 items from B group are displayed on the 1th page (and 2 items are shown as size of the group in its header - this is incorrect size), other 2 items are shown on the 2th page inside another group with size 2. I.e. grouping occures only in bounds of one page which currently displayed and it is impossible to say the correct size of the last group on the page.

I think this is problem and it should be resolved.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list