Handsontable example

HTML

<div id="example1" class="hot handsontable htColumnHeaders"></div>

CSS

</style><!-- Ugly Hack due to jsFiddle issue -->

<script src="https://docs.handsontable.com/pro/1.3.4/bower_components/handsontable-pro/dist/handsontable.full.min.js"></script>
<link type="text/css" rel="stylesheet" href="https://docs.handsontable.com/pro/1.3.4/bower_components/handsontable-pro/dist/handsontable.full.min.css">

JavaScript

document.addEventListener("DOMContentLoaded", function() {

  var
    data = [
      {
        title: "<a href='http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691'>Professional JavaScript for Web Developers</a>",
        description: "xyz",
        comments: "xyz",
        cover: "http://ecx.images-amazon.com/images/I/51bRhyVTVGL._SL50_.jpg"
      },
      {
        title: "<a href='http://shop.oreilly.com/product/9780596517748.do'>JavaScript: The Good Parts</a>",
        description: "xyz",
        comments: "xyz",
        cover: "http://ecx.images-amazon.com/images/I/51gdVAEfPUL._SL50_.jpg"
      },
      {
        title: "<a href='http://shop.oreilly.com/product/9780596805531.do'>JavaScript: The Definitive Guide</a>",
        description: "xyz",
        comments: "xyz",
        cover: "http://ecx.images-amazon.com/images/I/51VFNL4T7kL._SL50_.jpg"
      },
       {
        title: "<a href='http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691'>Professional JavaScript for Web Developers</a>",
        description: "xyz",
        comments: "xyz",
        cover: "http://ecx.images-amazon.com/images/I/51bRhyVTVGL._SL50_.jpg"
      },
      {
        title: "<a href='http://shop.oreilly.com/product/9780596517748.do'>JavaScript: The Good Parts</a>",
        description: "xyz",
        comments: "xyz",
        cover: "http://ecx.images-amazon.com/images/I/51gdVAEfPUL._SL50_.jpg"
      },
      {
        title: "<a href='http://shop.oreilly.com/product/9780596805531.do'>JavaScript: The Definitive Guide</a>",
        description: "xyz",
        comments: "xyz",
        cover: "http://ecx.images-amazon.com/images/I/51VFNL4T7kL._SL50_.jpg"
      },
       {
        title: "<a href='http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691'>Professional JavaScript for Web Developers</a>",
        description: "xyz",
        comments: "xyz",
        cover:...