Note that there are some explanatory texts on larger screens.

plurals
  1. POHandsontable implementation
    text
    copied!<p>I followed the steps suggested by User: PostureOfLearning and came up with a test code , which i Pasted below. It is working fine in Chrome, but not in IE.Please let me know, if i need to make any changes to make the code work in IE.Thanks in advance.</p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&gt; &lt;script src="jquery.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery.plugin.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="custom.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="C:\wamp\www\rrr\bin\jquery-handsontable-master\dist_wc\x-handsontable\jquery.handsontable.full.js"&gt;&lt;/script&gt; &lt;link rel="stylesheet" media="screen" href="C:\wamp\www\rrr\bin\jquery-handsontable-master\dist_wc\x-handsontable\jquery.handsontable.full.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="handsontableDivID"&gt; &lt;script&gt; var data = [ ["", "Maserati", "Mazda", "Mercedes", "Mini", "Mitsubishi"], ["2009", 0, 2941, 4303, 354, 5814], ["2010", 5, 2905, 2867, 412, 5284], ["2011", 4, 2517, 4822, 552, 6127], ["2012", 2, 2422, 5399, 776, 4151] ]; var config = { data: data, minRows: 5, minCols: 6, minSpareRows: 1, autoWrapRow: true, colHeaders: true, contextMenu: true }; $("#handsontableDivID").handsontable(config); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>The errors i am getting are SCRIPT1014: Invalid character jquery.handsontable.full.js, line 1 character 1 SCRIPT438: Object doesn't support property or method 'handsontable' test1.html, line 32 character 1</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload