Fixed undefined issue on DataTableWidget during initView
This commit is contained in:
parent
5f9d321d71
commit
74bf277835
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ var DataTableWidget = Class.extend({
|
|||
},
|
||||
initView: function() {
|
||||
this.show();
|
||||
this.changeFilter(me.currentSelectedFilter);
|
||||
this.changeFilter(this.currentSelectedFilter);
|
||||
},
|
||||
parseIDIntoScienceTypeAreaID: function(rawID) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue