Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix handsontable licenSe key
  • Loading branch information
romain-gilliotte committed Apr 21, 2020
1 parent eaba731 commit b4862ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/pages/input-edition/input-grid.css
Expand Up @@ -5,8 +5,3 @@ input-grid .wtHolder {
height: auto !important;
overflow: hidden !important;
}

/* work around passing non-commercial licence key in options does nothing */
#hot-display-license-info {
display: none;
}
2 changes: 1 addition & 1 deletion frontend/src/components/pages/input-edition/input-grid.js
Expand Up @@ -95,7 +95,7 @@ module.component(__componentName, {

await loadHot();
this.handsOnTable = new Handsontable(this.$element[0].firstElementChild, {
licenceKey: '00000-00000-00000-00000-00000',
licenseKey: 'non-commercial-and-evaluation',
stretchH: "all", // use all of container width
preventOverflow: true, // to not go over container width
className: "htLeft", // content in cells is left aligned
Expand Down

0 comments on commit b4862ec

Please sign in to comment.