add dashboard inside and outside system and fix timeout when search filter

This commit is contained in:
arifal
2025-03-06 23:33:31 +07:00
parent e0c35b8897
commit ffc08f26cc
24 changed files with 972 additions and 122 deletions

View File

@@ -16,7 +16,7 @@ class BigdataResume {
}
async initEvents() {
await this.initBigdataResumeTable();
this.handleSearch();
// this.handleSearch();
}
async initBigdataResumeTable() {
@@ -60,6 +60,12 @@ class BigdataResume {
},
},
sort: true,
search: {
server: {
url: (prev, keyword) => `${prev}?search=${keyword}`,
},
debounceTimeout: 1000,
},
server: {
url: `${GlobalConfig.apiHost}/api/bigdata-report`,
headers: {