Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
handsontable.full.min.js | D | 26-Oct-2023 | 868.4 KiB | 42 | 3 | |
handsontable.readme | D | 26-Oct-2023 | 494 | 13 | 9 | |
jsontable.js | D | 26-Oct-2023 | 2.9 KiB | 96 | 69 |
handsontable.readme
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