Async and await implemented for loadEntities

This commit is contained in:
vaidankarswapnil
2021-08-16 13:27:30 +05:30
parent 046e6eb5a4
commit b7cb0b55a6
8 changed files with 508 additions and 483 deletions

View File

@@ -535,11 +535,11 @@ input::-webkit-inner-spin-button {
}
.query-document-detail-list {
overflow-x: hidden;
// overflow-x: hidden;
height: 100%;
}
.query-table-clause-container {
max-height: 80px;
max-height: 150px;
overflow: scroll;
overflow-x: hidden;
}
@@ -569,6 +569,14 @@ input::-webkit-inner-spin-button {
}
}
}
.noData {
background-color: #e3e2e6;
color: #e3e2e6;
padding-top: 1px;
height: 100%;
width: 100%;
}
// .pagination > li > div {
// }