[richfaces-issues] [JBoss JIRA] (RF-13366) ExtendedDataTable: footer is in the middle of the control if the height is constant

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Nov 20 12:18:05 EST 2013


     [ https://issues.jboss.org/browse/RF-13366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem resolved RF-13366.
--------------------------------

    Resolution: Won't Fix


The table footer is intended to be after the final row of the table.  It would be unintuitive to have whitespace between the footer an the table rows, they would appear to be disconnected.

Try placing an additional element/component underneath your table to achieve the layout you are looking for.
                
> ExtendedDataTable: footer is in the middle of the control if the height is constant
> -----------------------------------------------------------------------------------
>
>                 Key: RF-13366
>                 URL: https://issues.jboss.org/browse/RF-13366
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.3.3
>            Reporter: Anton Bogoslavskyi
>         Attachments: edt[1].png
>
>
> Reproduce:
> Define class and assign it to your extendedDataTable:
> {code}
> .table_style {
>     height: 500px;
> }
> {code}
> Prepare the test data to have minimum rows (not fill the whole table with data).
> Expected:
> Table height is 500px. Footer is on the bottom of the table and won't change place when rows amount changes.
> The whitespace is between the last row and the footer
> Actual:
> Table height is 500px. Footer is right under the last row and jumps each time the amount of rows changes.
> The whitespace is under the footer and surrounded by the table border.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list