Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 3.1
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:ICEfaces
 
- 
                        Assignee Priority:P1
 
Description
                    ace:dataTable require an implementation of  client instance look up mechanism. In other words we should provide a way for developers to access global list of ace:dataTable widgetVars. This implementation should be similar to our ace:list component functionality where particular instance of ice.ace.List could be located in the global ice.ace.Lists collection.
            
Issue Links
- blocks
 - 
            
        
        ICE-9500
        Make ice.ace.instance work with all lazy init components: checkboxEntry, dateTimeEntry, buttons, etc.
    
-         
     - Closed
 
 -         
 
Once the concerns in ICE-8477 are addressed, we can find a way for enumerating the dataTable objects. Likely that will not involve a central list, but rather from providing an API for finding the dataTable javascript objects within the page.
A central list would create memory leak problems, and would likely have problems of old defunct objects remaining in it.