
The latest version is v. 20, last edited on Nov 13, 2014
(view differences
|
)
<< View previous version | view page history | view next version >>
<< View previous version | view page history | view next version >>
Overview
Column renders an HTML td element.
Features of the column and interacting components include:
- Row Editing
- Row Panel Expansion
- Row Sub-row Expansion
- Filtering
- Sorting
- Column Visibility
- Column Stacking
- Column Configuration Panel
- Edit and Filter Event Listeners
- Column, Row Spanning Headers & Footers
- Optional Application-bound State
- Filtering
- Sorting
General Usage
<ice:column headerText="Expansion"> <ice:expansionToggler /> </ice:column> <ice:column headerText="UPC"> <h:outputText value="#{track.upc}"/> </ice:column> <ice:column headerText="Artist"> <h:outputText value="#{track.artist}" /> </ice:column> <ice:column headerText="Album"> <h:outputText value="#{track.album}"/> </ice:column> <ice:column headerText="Name"> <h:outputText value="#{track.name}"/> </ice:column>
Component Documentation
![]() | TLD Documentation This section covers attributes signifigant to the conventional row selection / pagination / expandable panel sample above. For further reference on the features listed in the overview, see the related components section, the section related to lazy loading and the complete taglib & [API] documentation for this component. |
sortBy -
sortFunction -
sortPriority -
sortAscending -
filterBy -
filterValue -
filterOptions -
filterMatchMode -
rowspan -
colspan -
headerText -
footerText -
stacked -
reorderable -
![]() | Component Documentation This section covers components signifigant to the conventional row selection / pagination / expandable panel sample above. For further reference on the features listed in the overview, see the related components section, the section related to lazy loading and the complete taglib & [API] documentation for this component. |
TableConfigPanel -
JavaScript APIs / Client Behaviours
Not applicable to this component. It has no JS instance of it's own, rather being part of the overall DataTable JS object.
Lazy Loading
Related Components
Keyboard and ARIA support
The only feature using keyboard navigation on the column is editing.