ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-316

Add ability to change the fastStep and other dataPager controls on the richDataGrid and editableTable

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major 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.

        Activity

        Hide
        Arran Mccullough added a comment -

        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>
        <ice-cc:richDataGrid bean="#

        {testBean.richDataGridBean}

        "
        id="richDataGrid2"
        showDataPager="false"
        />
        <ice-cc:dataPager forTable="richDataGrid2"
        fastStep="1"/>
        </ice:panelGroup>

        Show
        Arran Mccullough added a comment - 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> <ice-cc:richDataGrid bean="# {testBean.richDataGridBean} " id="richDataGrid2" showDataPager="false" /> <ice-cc:dataPager forTable="richDataGrid2" fastStep="1"/> </ice:panelGroup>
        Hide
        Philip Breau added a comment -

        30778 3/15/12 10:00 AM 6 philip.breau IPCK-316 Add ability to change the fastStep and other dataPager controls on the richDataGrid and editableTable

        Show
        Philip Breau added a comment - 30778 3/15/12 10:00 AM 6 philip.breau IPCK-316 Add ability to change the fastStep and other dataPager controls on the richDataGrid and editableTable

          People

          • Assignee:
            Philip Breau
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: