New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
...
onSearchChange(query: string) {
if(!isNullOrUndefined(query)){
if(query != ''){
this.grid.search(query);
this.isSearch = true;
}
else if(this.isSearch && query == ''){
this.grid.search(query);
this.isSearch = false;
}
}
}... |