Home
last modified time | relevance | path

Searched refs:afterCreateCol (Results 1 – 3 of 3) sorted by relevance

/plugin/tablelayout/script/
Dedittable_plugin.js56 var originalAfterCreateCol = handsontable_config.afterCreateCol;
57 handsontable_config.afterCreateCol = function (index, amount) { function
/plugin/edittable/script/
Deditor.js453 afterCreateCol: function (index, amount) { method
/plugin/zwidoku/files/
H A Djs.js1 …}},afterRemoveRow:function(index,amount){meta.splice(index,amount);},afterCreateCol:function(index…