bugfix
This commit is contained in:
parent
2df5098bd7
commit
8275f265c7
@ -177,6 +177,12 @@ bricks.Tree = class extends bricks.VScrollPanel {
|
|||||||
this.create_node_children(this, this.opts.data);
|
this.create_node_children(this, this.opts.data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
getValue(){
|
||||||
|
return this.data;
|
||||||
|
}
|
||||||
|
get_id(){
|
||||||
|
return this.data[this.idField];
|
||||||
|
}
|
||||||
create_toolbar(){
|
create_toolbar(){
|
||||||
var toolbar = bricks.extend({}, this.toolbar);
|
var toolbar = bricks.extend({}, this.toolbar);
|
||||||
var tools = [];
|
var tools = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user