Skip to content

Installing the Handsontable module

To install the module, download the latest release file from the github page:

Unzip the file so that all the files in the zip are in a folder named modules/handsontable in the root folder of your RPGM project. You should have a modules/handsontable/main.R file.

Open your ppro file and add the following lines in the Custom CSS/JS files field:

modules/handsontable/resources/handsontable.full.min.js
modules/handsontable/resources/handsontable.full.min.css
modules/handsontable/main.js
modules/handsontable/main.css

Warning

Please note that for commercial use you need to have a license from Handonstable. More information on the official Handonstable website. The license key should then be used in the licenseKey option of Handonstable.create function.

The module is installed!