1Handsontable
2Version: 6.2.2
3Release date: 19/12/2018 (built at 18/12/2018 14:40:17)
4
5Handsontable has problem with dokuwiki: height is incorrectly calculated.
6Disabling one line seems to solve the problem.
7In handsontable.full.js this is the line:
8'this.holder.style.height = (0, _element.getStyle)(trimmingElement, 'height');'
9
10In handsontable.full.min.js search for 'jsontable_dokuwiki_plugin' or 'this.holder.style.height'.
11
12See also https://github.com/handsontable/handsontable/issues/3013
13