Description Usage Arguments Author(s)
Render a Handsontable in an application page.
1 2 3 4 |
outputId |
The ID of the |
clickId |
If not NULL, will expose a new input using the given name which provides a named list giving the row and column numbers of the currently selected cell(s) in the table (1-indexed). Additionally, it will provice 'r2' and 'c2' variables to specify the "stop" row and columns, which may be relevant if a range of cells are selected. Or all will be NA if no cell is selected. |
readOnly |
If TRUE, client-side editing the table will be disabled. By default, will be FALSE to enable editing. |
colHeaders |
Sets the way column headers should be displayed on the table.
|
rowNames |
Sets the way row headers should be displayed on the table.
|
minRows |
The minimum number of rows to be included in the table. |
minCols |
The minimum number of columns to be included in the table. |
width |
The width of the table in pixels. |
height |
The height of the table in pixels. |
Jeff Allen jeff@trestletech.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.