dataTable
It creates a new table or display the table associated with an existing applet name. It also takes advantage of the browser's support on drag-and-drop and data transfer operations. You can drag and drop the selected columns into another native application such as Word. Or, copy the selected columns by the key Control-C, and paste the text consisting of several columns into the table by Control-V.
COLUMN | Specify the column of the dataSheet.
The value of parameter must be given in the format
NameOne,NameTwo,...,NameThree Here NameOne is the name of the first column, NameTwo is the name of the second column, and so on. But it is superseded by the column of table if it is specified by the existing applet name. |
SAVED_COLUMN | If the data table of the same applet name was created some place else, the saved data is used for the specified columns. Otherwise, the format is same sa COLUMN |
The above data sheet is associated with databox which loads an external file previously specified. This was produced by ISR style command.
\
applet{dataTable}{summary}{}{COLUMN="Variable,Mean,SD"}
© TTU Mathematics