o
Tag columnResizing


Adding this tag as a child tag for the dataTable or treeTable component turns on the column resizing feature for the appropriate DataTable or TreeTable.


Tag Information
Tag Classorg.openfaces.taglib.jsp.table.ColumnResizingJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
minColWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"10px"Minimal width that a column can take as a result of resizing. Can be specified in any CSS units except percent. Example: "50px".
resizeHandleWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"9px"Width of the area near column headers separator that can be dragged in order to resize columns. Can be specified in any CSS units except percent. Example: "5px".
resizingStatefalseorg.openfaces.component.table.ColumnResizingStateonlynullDefines the table's resizing state. This attribute can be used for saving resizing state between different visits of an appropriate page.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.