Details
- 
        Type: Improvement Improvement
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
- 
            Component/s: Sample Apps
- 
            Labels:None
- 
            Environment:ICEfaces 3.x
- 
                        Assignee Priority:P1
- 
                        Affects:Sample App./Tutorial
Description
                    Using the ace:tableConfigPanel, users can configure their view on an ace:dataTable. User defined column settings (ordering, sorting and visibility) can optionally be persisted to backing-beans on the server for possible retention between sessions. 
This JIRA is to add a new demo to the ace:dataTable (ace:tableConfigPanel) showcase that demonstrates the technique of persisting the user settings and restoring them. The demo could have "Save", "Reset", and "Restore Save Settings" buttons.
 
            
This JIRA is to add a new demo to the ace:dataTable (ace:tableConfigPanel) showcase that demonstrates the technique of persisting the user settings and restoring them. The demo could have "Save", "Reset", and "Restore Save Settings" buttons.
r38703:
Modified Table Configuration demo to show how to persist ace:tableConfigPanel settings.
r38714:
Modified Table Configuration demo for saving sorting order.