osl-base-extended 6.4.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4174,7 +4174,7 @@ class OslAutocompleteLister {
|
|
|
4174
4174
|
setTimeout(() => {
|
|
4175
4175
|
this.loader = false;
|
|
4176
4176
|
}, 20);
|
|
4177
|
-
this.recordCount = res.result?.recordsFiltered;
|
|
4177
|
+
this.recordCount = res.result?.total || res.result?.recordsFiltered;
|
|
4178
4178
|
}
|
|
4179
4179
|
async onSortChange(event) {
|
|
4180
4180
|
if (this.setup?.gridRef && this.setup?.searchbar) {
|