q
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 Classteamdev.jsf.taglib.ColumnResizingJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
minColWidthfalsejava.lang.Stringtrue"10px"Minimal width that a column can take as a result of resizing. Can be specified in any CSS units except percent. Example: "50px".
resizeHandleWidthfalsejava.lang.Stringtrue"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".
resizingStatefalsejava.lang.StringonlynullDefines 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.