Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Support Case References:Support Case #12752 - https://icesoft.my.salesforce.com/5007000000aetYH
Description
Feature Request - Add an ace:ajax client behavior for when the rows per page drop down value is changed. Currently this will do a render=@this and execute=@this. In some cases more than @this needs to be updated.
Activity
Field | Original Value | New Value |
---|---|---|
Support Case References | Support Case #12752 - https://icesoft.my.salesforce.com/5007000000aetYH |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Assignee Priority | P3 [ 10012 ] |
Assignee Priority | P3 [ 10012 ] | P1 [ 10010 ] |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Invalid [ 6 ] |
It seems like this is already implemented. Take a look at the ace:dataTable > Paginator demo in the showcase (4.0). The event name is 'rowsPerPage' and the description is 'Fired when the rows per page is changed on the DataTable via the paginator control.' It seems to be already doing just that. Is that the feature the customer is requesting or is it something different?