[JBoss JIRA] Created: (RF-1870) Need to allow for single set of headers with datatable and embedded datatable
by David M. Karr (JIRA)
Need to allow for single set of headers with datatable and embedded datatable
-----------------------------------------------------------------------------
Key: RF-1870
URL: http://jira.jboss.com/jira/browse/RF-1870
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.3
Reporter: David M. Karr
Priority: Minor
I have a need to present a datatable that models the information in a spreadsheet. As such, some of the columns are "scalars", which represent a single value per entity, and some of the columns are multi-valued, such that multiple row values correspond to a single entity.
For instance, consider the notion of a "Project" entity with "name" and "department" fields, along with a "servers" list property. Each server has "hostname", "cpuCount", and "platform" fields. I want to display a table with a single list of column headers, being "name", "department", "host name", "cpu count", and "platform" (and some others).
One row in the "projects" table will have an embedded table for servers.
In current functionality in v3.1.2, I can have a single header in the main datatable that corresponds to the embedded datatable (like "Servers"), and I can have headers in the embedded datatable (which would repeat for every project row), but there appears to be no way to just have a single set of headers representing all the existing columns unioned from the main datatable and the embedded datatable.
I've looked at the "subTable" component, but this doesn't appear to do what I need.
I will attach some artifacts that demonstrate what I'm trying to achieve.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (RF-5459) rich:datascroller Doesnt work correctly in a portlet because of prototype.js conflict
by Muhammad Yahia (JIRA)
rich:datascroller Doesnt work correctly in a portlet because of prototype.js conflict
-------------------------------------------------------------------------------------
Key: RF-5459
URL: https://jira.jboss.org/jira/browse/RF-5459
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2, 3.3.0
Environment: JBoss Portal 2.7.0
Reporter: Muhammad Yahia
When Using rich:datascroller inside a portlet in JBoss Portal 2.7.0 and Portlet bridge 1.0.0.B4 or 1.0.0.B5, the scroller doesnt work correctly when the LoadStrategy for scripts is NONE, because this prevents prototype 1.6.x from being loaded and the portal loads an old version (1.5.0). NONE strategy is recommended by the portlet bridge to prevent multiple loading of js per portlet (and actually some components, like TabPanel, require NONE if multiple tabpanel portlets are on the page). I am not sure if this is an RF or portal bug, but from a user point of view, if the bridge is used the way described in the documentation, the datascroller will simply not work. For me I simply replaced the portal prototype.js manually.Tested on both 3.2.2.SR1 and 3.3.0.BETA5 .
--
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
13 years, 11 months