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.
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>