Class caveColumn
Defined in: cave.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
caveColumn(name, title)
This caveColumn object is used in the caveList object to describe the columns in the table.
|
Class Detail
caveColumn(name, title)
This caveColumn object is used in the caveList object to describe the columns in the table.
See also the overview and examples.
- Parameters:
- {string} name
- the name of the column
- {string} title
- the title of the column