Skip to content

Commit

Permalink
Fixed #654
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Dec 20, 2016
1 parent e9e01c7 commit c3d00e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datatable/datatable.ts
Expand Up @@ -1255,7 +1255,7 @@ export class DataTable implements AfterViewChecked,AfterViewInit,AfterContentIni
}
}

return !empty;
return !empty || (this.globalFilter && this.globalFilter.value && this.globalFilter.value.trim().length);
}

onFilterInputClick(event) {
Expand Down

0 comments on commit c3d00e6

Please sign in to comment.