mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 06:58:22 +00:00
docs
This commit is contained in:
@@ -907,7 +907,10 @@ export default IUI.module(class Table extends IUIElement {
|
||||
|
||||
let cl = column.node.cloneNode(true);// tr.insertCell();
|
||||
|
||||
this._make_bindings(cl)
|
||||
//this._make_bindings(cl)
|
||||
|
||||
IUI.bind(cl, this, "table");
|
||||
|
||||
tr.appendChild(cl);
|
||||
|
||||
if (cl.dataMap != null)
|
||||
|
||||
Reference in New Issue
Block a user