Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13621 - https://icesoft.my.salesforce.com/5007000001Tsatm
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Feature Request: The ice:dataPaginator has the ability to render a fast forward and fast rewind buttons which will move the pages ahead by 3 at a time.
The current paginator functionality of the ace:dataTable only has the capability to move to the first or last pages, as well as move ahead and back on.
This request is to add similar fast forward and fast rewind functionality to the ace:dataTable. This should be configurable with the paginatorTemplate attribute.
The current paginator functionality of the ace:dataTable only has the capability to move to the first or last pages, as well as move ahead and back on.
This request is to add similar fast forward and fast rewind functionality to the ace:dataTable. This should be configurable with the paginatorTemplate attribute.
r46974: added fast forward and fast rewind buttons for pagination
r46975: updated paginator demo in showcase app to use fast forward and fast rewind buttons