{"id":7755,"date":"2015-10-21T23:17:35","date_gmt":"2015-10-21T23:17:35","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2015\/10\/21\/handsontable-handsontable\/"},"modified":"2015-10-21T23:17:35","modified_gmt":"2015-10-21T23:17:35","slug":"handsontable-handsontable","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2015\/10\/21\/handsontable-handsontable\/","title":{"rendered":"handsontable\/handsontable"},"content":{"rendered":"<p>Handsontable is a minimalist approach to Excel-like table editor (data grid) for HTML &amp; JavaScript.<\/p>\n<p>Runs in IE 10+, Firefox, Chrome, Safari and Opera.<\/p>\n<p>See the demos at http:\/\/handsontable.com\/ or fork the example on JSFiddle.<\/p>\n<h2>Usage<\/h2>\n<p>First, include all the dependencies. All the files that you need are in the <code>dist\\<\/code> directory:<\/p>\n<pre><code>\n\n<\/code><\/pre>\n<p>Then, create a new <code>Handsontable<\/code> object, passing a reference to an empty div as a first argument. After that, load some data if you wish:<\/p>\n<pre><code>\n\n  var data = [\n    [\"\", \"Kia\", \"Nissan\", \"Toyota\", \"Honda\"],\n    [\"2008\", 10, 11, 12, 13],\n    [\"2009\", 20, 11, 14, 13],\n    [\"2010\", 30, 15, 12, 13]\n  ];\n  \n  var container = document.getElementById('hot');\n  var hot = new Handsontable(container,\n    {\n      data: data,\n      minSpareRows: 1,\n      colHeaders: true,\n      contextMenu: true\n    });\n\n<\/code><\/pre>\n<h2>API Reference<\/h2>\n<p>Check out the new wiki pages: Options, Methods and Events<\/p>\n<h2>Changelog<\/h2>\n<p>To see the list of recent changes, see Releases.<\/p>\n<h2>Questions<\/h2>\n<p>Please use the :new: Handsontable Google Group for posting general <strong>Questions<\/strong>.<\/p>\n<p>Make sure the question was not answered before in FAQ or GitHub Issues<\/p>\n<h2>Reporting bugs and feature requests<\/h2>\n<p>Please follow this guidelines when reporting bugs and feature requests:<\/p>\n<ol>\n<li>Use GitHub Issues board to report bugs and feature requests (not our email address)<\/li>\n<li>Please <strong>always<\/strong> write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.<\/li>\n<li>If possible, please add a JSFiddle link that shows the problem (start by forking this fiddle). It saves us much time.<\/li>\n<li>If you can\u2019t reproduce it on JSFiddle, please add a screenshot that shows the problem. JSFiddle is much more appreciated because it lets us start fixing straight away.<\/li>\n<\/ol>\n<p>Thanks for understanding!<\/p>\n<h2>Contributing<\/h2>\n<p>Please see CONTRIBUTING.md<\/p>\n<h2>Contact<\/h2>\n<p>You can contact us at hello@handsontable.com.<\/p>\n<h2>License<\/h2>\n<p>The MIT License (see the LICENSE file for the full text)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Handsontable is a minimalist approach to Excel-like table editor (data grid) for HTML &amp; JavaScript. Runs in IE 10+, Firefox, Chrome, Safari and Opera. See the demos at http:\/\/handsontable.com\/ or fork the example on JSFiddle. Usage First, include all the dependencies. All the files that you need are in the dist\\ directory: Then, create a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7755","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7755"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7755\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}