HandsOnTable Tips

Mindwatering Incorporated

Author: Tripp W Black

Created: 11/27/2013 at 09:26 AM

 

Category:
Notes Developer Tips
JavaScript

Tips working on a HandsOnTable project:


Error:
this.rootElement.0.id is null or not an object

Solution 1:
Check the id of the DIV target of the data table compared to its name in the $function code. Make sure they are the same.
eg. <div id="divtableid"></div> and $("#divtableid").handsontable({

Solution 2:
Check that you have jquery.min.js properly referenced. In one case, I also had to load jqueryui.js even though thought was not required for plugin.
Check that the version of jquery.handsontable.full.js and jquery.handsontable.full.css are correct version for the plugin initialization options.


Function to Place HandsOnTable Values Into Notes Form Fields:
HandsSaveData.txtHandsSaveData.txt

Function to Place HandsOnTable Values Into Notes Form Fields:
HandsLoadData.txtHandsLoadData.txt


previous page