我需要一位HandsonTable专家我需要知道如何在特定列中添加掩码。 我尝试用beforeRendered制作它但不起作用。有什么建议吗?
答案 0 :(得分:1)
好的,这就是我想要做的。
var codeRenderer = function (instance, td, row, col, prop, value, cellProperties) {
Handsontable.renderers.TextRenderer.apply(this, arguments);
$(".handsontableInput").mask("99/99/9999");
console.log(row);
};