This tag is optionally used to render HTML table roe tags inside of one of the data grid tags that
are used to denote data grid row rendering boundaries.
This tag is optionally used to render HTML table roe tags inside of one of the data grid tags that
are used to denote data grid row rendering boundaries. When the <netui-data:header>, <netui-data:rows>, or <netui-data:footer>
have their renderRow
attribute set to false
, no HTML table row element will render
before starting to render the body of one of these tags. This tag should be used when renderRows
is false
in order to render an HTML table row. The Row tag is used this way in order to
allow a page author to set JSP tag attributes that can configure each rendered table row differently.
For example:
Attributes |
dir |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The dir for the HTML tr tag. |
lang |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The lang for the HTML tr tag. |
onClick |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onClick JavaScript for the HTML tr tag. |
onDblClick |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onDblClick JavaScript for the HTML tr tag. |
onKeyDown |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onKeyDown JavaScript for the HTML tr tag. |
onKeyPress |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onKeyPress JavaScript for the HTML tr tag. |
onKeyUp |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onKeyUp JavaScript for the HTML tr tag. |
onMouseDown |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseDown JavaScript for the HTML tr tag. |
onMouseMove |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseMove JavaScript for the HTML tr tag. |
onMouseOut |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseOut JavaScript for the HTML tr tag. |
onMouseOver |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseOver JavaScript for the HTML tr tag. |
onMouseUp |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The onMouseUp JavaScript for the HTML tr tag. |
style |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The style attribute for the HTML tr tag. |
styleClass |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The style class for the HTML tr tag. |
tagId |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The tagId for the HTML tr tat. |
title |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The title for the HTML tr tag. |