HTML 5: The Markup Language (ARIA Edition)

datagriddatagrid # T

The datagrid element represents an interactive representation of tree, list, or tabular data.

Content model #

Attribute model #

Element-specific attributes #

multiple = "multiple" | ""
Specifies that the user must be able to select any number of rows (zero or more).
disabled = "disabled" | ""
Instructs the UA to disable the datagrid, preventing the user from interacting with it.

Assertions #

Tag omission #

A datagrid element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

datagrid {
margin: 0em;
font: small;
color: (internal value);
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0;
text-shadow: none;
display: inline-block;
text-align: (internal value); }
datagrid:disabled {
color: (internal value); }
datagrid {
height: 150px;
color: black;
background-color: white;
cursor: default;
border: 1px inset gray;
white-space: (internal value); }