Attributes |
Name | Required | Binding Type | EL | Default | Description |
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 | org.openfaces.component.table.ColumnResizingState | only | null | Defines the table's resizing state. This attribute can be used for saving resizing state between different visits of an appropriate page. |