Loading js/init.handsontable.csv.js +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ stretchH: 'all', licenseKey: drupalSettings?.handsontable?.license_key ?? "", autoWrapRow: true, contextMenu: Drupal.behaviors.handsontablejson.buildContextMenu(config), contextMenu: Drupal.behaviors.handsontablecsv.buildContextMenu(config), }); table.updateSettings({ afterChange: function (e) { Loading Loading
js/init.handsontable.csv.js +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ stretchH: 'all', licenseKey: drupalSettings?.handsontable?.license_key ?? "", autoWrapRow: true, contextMenu: Drupal.behaviors.handsontablejson.buildContextMenu(config), contextMenu: Drupal.behaviors.handsontablecsv.buildContextMenu(config), }); table.updateSettings({ afterChange: function (e) { Loading