Skip to content

Commit 17c53f8

Browse files
author
Damion Dooley
committed
version bump
1 parent ff74713 commit 17c53f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/main.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* main.html?template=test_template
1212
*
1313
*/
14-
const VERSION = '0.14.8';
14+
const VERSION = '0.14.9';
1515
const VERSION_TEXT = 'DataHarmonizer provenance: v' + VERSION;
1616
const TEMPLATES = {
1717
'CanCOGeN Covid-19': {'folder': 'canada_covid19', 'status': 'published'},
@@ -140,6 +140,8 @@ const createHot = (data) => {
140140
columns: getColumns(data),
141141
colHeaders: true,
142142
rowHeaders: true,
143+
//manualColumnResize: true,
144+
//colWidths: [100], //Just fixes first column width
143145
contextMenu: ["remove_row","row_above","row_below"],
144146
minRows: 100,
145147
minSpareRows: 100,
@@ -179,7 +181,6 @@ const createHot = (data) => {
179181
afterSelection: (row, column, row2, column2, preventScrolling, selectionLayerLevel) => {
180182
window.CURRENT_SELECTION = [row, column, row2, column2];
181183
},
182-
//afterScrollVertically(){ this.render() },
183184
afterRender: (isForced) => {
184185
$('#header-row').css('visibility', 'visible');
185186
$('#footer-row').css('visibility', 'visible');

0 commit comments

Comments
 (0)