Attributes |
Name | Required | Binding Type | EL | Default | Description |
autoSaveState | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Specifies 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). |
minColWidth | false | javax.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". |
resizeHandleWidth | false | javax.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". |
resizingState | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | Defines the table's resizing state. This attribute can be used for saving resizing state between different visits of an appropriate page. |