|
For tables with filled data, cols controls which parameter is used on the columns. Cannot be the same parameter as in rows.
|
|||
|
For tables with filled data, datacol controls which data column should be used to populate the filled table.
|
|||
|
For tables with filled data, descr controls which description to use for the columns, in addition to the parameter values. none gives no description, manual uses the description in descrmanual, and data uses the description in the table data.
|
|||
|
The name of the file on which the table is stored, used when storetable is set to inmodelandonfile or onfile.
|
|||
|
on | off
|
For tables with filled data, filterstringdata controls whether to filter the input column using showrowstep.
|
||
|
all | filled
|
|||
|
For tables with filled data containing more than two parameters, param is the index indicating which values to use for fixing additional parameters. Additional parameters are ordered from left to right in the original table data.
|
|||
|
For tables with filled data, rows controls which parameter is used on the rows.
|
|||
|
When retrieving filled data using the getTableData method, showrowstep controls whether to leave all but every showrowstep input cells empty, for example, every third cell in the first column. This refers to the input column only. Only applied when filterstringdata is on.
|
|||
|
The size of the in-memory buffer size where the table is stored, used when storetable is set to inmodel or inmodelandonfile. In the second case only the last tablebuffersize rows are kept in the model; the rest is read from file when necessary.
|