Commit db105553 authored by Mikolaï Krol's avatar Mikolaï Krol

erp5_jexcel_editor: refactor change type, details and bugs

parent e6e72cbb
......@@ -4282,6 +4282,10 @@ console.log(ret);
// Events
obj.dispatch('oninsertcolumn', el, columnNumber, numOfColumns, historyRecords, insertBefore);
obj.el.querySelector("table.jexcel tr").childNodes.forEach(function (td) {
td.style.textAlign = "center";
});
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment