add grade

master
drfelfel 2020-10-21 16:35:37 +03:30
parent ed9aec6860
commit 0ebb295a1c
1 changed files with 5 additions and 2 deletions

View File

@ -164,8 +164,7 @@ export class TableComponent implements OnInit {
limit: this.limit,
search: this.search,
searchBy: this.searchBy,
grade: this.grade,
namespace:this.namespace
grade: this.grade
}
if ((x == 'sort') && (e.direction != '')) {
@ -207,6 +206,10 @@ export class TableComponent implements OnInit {
if(this.uid = 'tvu'){
Query['namespace'] = this.namespace
}