Description

Column is used as a child of Datatable and extends a standard UIColumn by providing extra features like sorting and resizing.

Screen Shot

API

component-family net.sf.yui4jsf
component-class net.sf.yui4jsf.component.datatable.Datatable
tag-class net.sf.yui4jsf.component.datatable.ColumnTag

Usage

<yui:column sortable="{true|false}" resizable="{true,false}">	
	<f:facet name="header">	
		<h:outputText value="Color" />
	</f:facet>	
	<h:outputText value="#{car.color}"></h:outputText>			
</yui:column>
            

Attributes

<yui:column>

Standard Attributes - id, rendered, binding
sortable - Boolean value that makes the column sortable when true, default is false
resizeable - Boolean to make the column width resizeable, default is false

Instructions

see datatable*.jsp for examples

Upcoming Features

NONE

Additional Information

NONE