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
autoSaveStatefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueSpecifies whether the resizingState binding will automatically be updated with a background Ajax call when the user resizes a column. By default, the value of this attribute is true, which means that the auto-saving behavior is turned on. Setting the value to false will turn off on-the-fly column resizing state saving, and this state will only be saved along with the nearest form submission (or upon DataTable/TreeTable component submission with Ajax).
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".
resizingStatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
onlynullDefines 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.