| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| condition | false | boolean | only | true | The condition that defines the rows customized with this tag. Should be specified as a EL expression that uses the request-scope variables those refer to the current row (or current node in TreeTable). See DataTable and TreeTable documentation in QuipuKit Developer's Guide for information on these variables. |
| onclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the row. |
| ondblclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the row. |
| onkeydown | false | java.lang.String | true | null | JavaScript code that should be executed when the user presses a key over the row. |
| onkeypress | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the row. |
| onkeyup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases a key over the row. |
| onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user presses any mouse button over the row. |
| onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the row. |
| onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the row. |
| onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the row. |
| onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases a mouse button over the row. |
| style | false | java.lang.String | true | null | A style for rows that meet criterion specified in the condition attribute. Can be specified as a value-binding expression that uses request-scope variables those refer to the current row. |
| styleClass | false | java.lang.String | true | null | A CSS class name for rows that meet criterion specified in the condition attribute. Can be specified as a value-binding expression that uses request-scope variables those refer to the current row. |