filter status null choice

This commit is contained in:
annampak 2017-11-07 16:44:57 +02:00
parent edad8a7cc9
commit c755ea3240
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export class DmpComponent implements OnInit{
this.projectsDropDown = new DropdownField();
this.projectsDropDown.options = [];
this.statusDropDown = new DropdownField();
this.statusDropDown.options= [{key:'0', value:"Active"},{key:'1', value:"Inactive"}]
this.statusDropDown.options= [{key:'', value:null},{key:'0', value:"Active"},{key:'1', value:"Inactive"}]
//this.projects = [];
this.dmpTableVisible = false;
this.dataSetVisibe = false;