mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
add new features
This commit is contained in:
@@ -21,6 +21,7 @@ export class DiplomasPage implements OnInit, OnDestroy {
|
||||
showLoader: boolean;
|
||||
totalDocs: any;
|
||||
serialNumber: string;
|
||||
headerName = "Diplomas"
|
||||
|
||||
segment: string;
|
||||
|
||||
@@ -114,6 +115,10 @@ export class DiplomasPage implements OnInit, OnDestroy {
|
||||
this.dynamicSearch();
|
||||
}
|
||||
|
||||
changeFilterName(filterName) {
|
||||
this.filterName = filterName
|
||||
}
|
||||
|
||||
async dynamicSearch() {
|
||||
|
||||
if(this.showSearch && this.searchSubject) {
|
||||
|
||||
Reference in New Issue
Block a user