Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2, EE-3.3.0.GA_P05
-
Fix Version/s: 4.3, EE-3.3.0.GA_P06
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
Find a way to extend the ace:dataTable > Find demo to automatically select all the rows that contain the search string and to highlight the cells that contain the search string. This may or may not require adding code at the component level.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r52178, r52179: modified ace:dataTable > Find demo to show this functionality (4.0 trunk and 3.3 EE maintenance branch)
This functionality didn't require code at the component level, after all. The solution basically consists in binding a RowStateMap instance to the data table and using the logic in the findCells() action listener in the bean.