Searched refs:handsontable_config (Results 1 – 2 of 2) sorted by relevance
6 var modifyHandsontableConfig = function (handsontable_config, $form) { argument24 handsontable_config.manualColumnResize = colWidths;28 handsontable_config.fixedRowsTop = parseInt(layout.rowsHeader);31 handsontable_config.afterColumnResize = function (col, width) {39 var originalBeforeRemoveCol = handsontable_config.beforeRemoveCol;40 handsontable_config.beforeRemoveCol = function (index, amount) {48 var originalAfterRemoveCol = handsontable_config.afterRemoveCol;49 handsontable_config.afterRemoveCol = function (index, amount) {56 var originalAfterCreateCol = handsontable_config.afterCreateCol;57 handsontable_config.afterCreateCol = function (index, amount) {[all …]
142 var handsontable_config = { class in edittable.loadEditor566 handsontable_config.colWidths = window.JSINFO.plugins.edittable['default columnwidth'];573 edittable_plugins[plugin].modifyHandsontableConfig(handsontable_config, $form);579 $container.handsontable(handsontable_config);