[JBoss JIRA] Created: (RF-9806) rich:extendedDataTable - reimplement dragging to react to middle of the column
by Lukas Fryc (JIRA)
rich:extendedDataTable - reimplement dragging to react to middle of the column
------------------------------------------------------------------------------
Key: RF-9806
URL: https://jira.jboss.org/browse/RF-9806
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Reporter: Lukas Fryc
You can currently drag columns in way that you have to drag on the target column, then the arrow is catched up to the left of the target column.
But in 3.x, the way was more appropriate: the change of column which is the arrow catched up to is chosen in the middle of the column - when you are on the left side of target column, the arrow is catched between the target column and column on the left and when you are on the right side of target column, the arrow is catched between the target column and column on the right.
The way chosen in 4.x doesn't allow to choose placing the dragged column as the last one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (RF-8272) when in multi sort mode, provide an option to render numbers in each sorted column that indicates the current sort precedence of the columns
by Ian Springer (JIRA)
when in multi sort mode, provide an option to render numbers in each sorted column that indicates the current sort precedence of the columns
--------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-8272
URL: https://jira.jboss.org/jira/browse/RF-8272
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.2.SR1
Reporter: Ian Springer
For example, if a table is currently multi-sorted by three columns - Name, Description, and Price, there is no quick way to know for each of these three columns, whether it is the primary, secondary, or tertiary sort column. A tiny "1", "2", and "3" next to the up or down arrow icon would clear this up nicely.
For the RHQ project, we currently have a custom sorting facet which supports this feature. The facet is applied to a column as follows:
<rich:column>
<f:facet name="header">
<onc:sortableColumnHeader sort="res.resourceType.name">
<h:outputText styleClass="headerText" value="Type"/>
</onc:sortableColumnHeader>
</f:facet>
<h:outputText value="#{resourceComposite.resource.resourceType.name}"/>
</rich:column>
I've attached a screenshot that shows how the column headers are rendered with the little numbers.
I am creating this issue, because we would prefer using a built-in RichFaces feature, rather than a custom facet.
--
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
15 years, 3 months