Handsontable would not work for me. Then I discovered it uses JQuery.
Please add jQuery to these HTML lines on https://my.handsontable.com/install.html
<script src="/dist/handsontable.full.js"></script>
<link rel=“stylesheet” media=“screen” href="/dist/handsontable.full.css">
for example:
<script type=“text/javascript” src=“http://code.jquery.com/jquery-latest.min.js”></script>
<script src="/dist/handsontable.full.js"></script>
<link rel=“stylesheet” media=“screen” href="/dist/handsontable.full.css">
Thank you