Home
last modified time | relevance | path

Searched refs:afterCreateCol (Results 1 – 2 of 2) sorted by path

/plugin/edittable/script/
H A Deditor.js453 afterCreateCol: function (index, amount) { method in edittable.loadEditor.handsontable_config
/plugin/tablelayout/script/
H A Dedittable_plugin.js56 var originalAfterCreateCol = handsontable_config.afterCreateCol;
57 handsontable_config.afterCreateCol = function (index, amount) { function