Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
The ace:dataTable would benefit from adding support for the following new attributes:
- emptyMessage: Text string that is displayed in place of data rows when the dataTable view contains no rows.
- emptyMessageFacet: an optional facet that is rendered in place of data rows when the dataTable view contains no rows.
- emptyMessage: Text string that is displayed in place of data rows when the dataTable view contains no rows.
- emptyMessageFacet: an optional facet that is rendered in place of data rows when the dataTable view contains no rows.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r51393: added 'emptyMessage' facet
The 'emptyMessage' attribute already existed. The facet takes precedence over the attribute. Also updated TLD documentation.