Description Usage Arguments Value See Also
A column of data within a Datatable.
1 2 3 4 5 6 7 8 9 10 11 12 | DatatableColumn(
name,
values,
alternateNames,
description,
id,
identifiers,
images,
meta,
url,
validator
)
|
name |
The name of the item. Required. |
values |
The data values of the column. Required. |
alternateNames |
Alternate names (aliases) for the item. |
description |
A description of the item. |
id |
The identifier for this item. |
identifiers |
Any kind of identifier for any kind of Thing. |
images |
Images of the item. |
meta |
Metadata associated with this item. |
url |
The URL of the item. |
validator |
The validator to use to validate data in the column. |
A list
of class DatatableColumn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.