Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.1, EE-3.0.0.GA
-
Fix Version/s: 3.1.0.BETA1, 3.1, EE-3.0.0.GA_P01
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.0.1, ICEfaces EE 3.0 GA
-
Assignee Priority:P1
Description
Prevously the data table and paginator were in separate divs. Now they are in the same one so when the table is scrolled horizontally so is the paginator. We cannot have the paginator moving across the screen. It should be in a fixed location.
Need to add the ability to an ace:dataTable to scroll though columns horizontally and keep the paginator in place.
Need to add the ability to an ace:dataTable to scroll though columns horizontally and keep the paginator in place.
Issue Links
- blocks
-
ICE-8094 ace:dataTable - add new "staticHeaders" attribute
- Closed
Activity
Evgheni Sadovoi
created issue -
Evgheni Sadovoi
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Evgheni Sadovoi
made changes -
Salesforce Case | [5007000000LHWqv] |
Ken Fyten
made changes -
Summary | ace:DataTable Paginator Scrolling with Columns | ace:DataTable - Centre Paginator controls within visible dataTable region on page to avoid scrolling it off screen (horiz. scrolling) |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Fix Version/s | 3.1 [ 10312 ] | |
Assignee Priority | P3 | |
Assignee | Ken Fyten [ ken.fyten ] | Nils Lundquist [ nils.lundquist ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Evgheni Sadovoi
made changes -
Attachment | Data Table Fix.doc [ 14340 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
Assignee Priority | P3 | P1 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28865 | Fri Apr 27 13:06:20 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableScrolling.xhtml
|
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Nils Lundquist
made changes -
Attachment | pagePersistingScrollableTable.xhtml [ 14349 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28884 | Fri Apr 27 21:24:39 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28885 | Mon Apr 30 09:37:48 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28886 | Mon Apr 30 09:57:52 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
Nils Lundquist
made changes -
Attachment | compatPagePersistingScrollableTable.xhtml [ 14350 ] |
Ken Fyten
made changes -
Fix Version/s | 3.1.0.BETA1 [ 10335 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached a file which describes why suggested workarounds won't work.