Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0, EE-1.8.2.GA_P03
-
Fix Version/s: EE-3.0.0.GA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Feature Request:
Currently it is not possible to change the fastStep attribute and other dataPager controls on the richDataGrid and editableTable composite components.
Currently it is not possible to change the fastStep attribute and other dataPager controls on the richDataGrid and editableTable composite components.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000Hzvs1] |
Fix Version/s | EE-2.1.0 [ 10261 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee Priority | P2 |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
Potential workaround to get this functionality. Define an <ice-cc:dataPager> outside of the richDataGrid component and set showDataPager attribute to false. Code example:
<ice:panelGroup>
{testBean.richDataGridBean}<ice-cc:richDataGrid bean="#
"
id="richDataGrid2"
showDataPager="false"
/>
<ice-cc:dataPager forTable="richDataGrid2"
fastStep="1"/>
</ice:panelGroup>