update quasar

This commit is contained in:
Surya Paolo
2023-09-28 17:12:59 +02:00
parent 2b359d5260
commit bfceb64811
24 changed files with 4109 additions and 4594 deletions

View File

@@ -1075,6 +1075,8 @@ export default defineComponent({
const myfilternow = myfilter.value
const myfilterandnow = myfilterand.value
console.log('onUpdateData')
if (ordinam.value) {
sortBy = ordinam.value
descending = ordinam_desc.value
@@ -1085,6 +1087,7 @@ export default defineComponent({
savefilter()
if (!mytable.value) {
console.log(' startsearch.value', startsearch.value)
startsearch.value = false
if (myinfscroll.value) {
// @ts-ignore
@@ -1102,6 +1105,9 @@ export default defineComponent({
const endRow = startRow + fetchCount
// console.log('startRow', startRow, 'endRow', endRow, 'rowsNumber', pagination.value.rowsNumber)
startsearch.value = true
console.log(' TRUE: startsearch.value', startsearch.value)
if ((startRow < pagination.value.rowsNumber) || clickbuttsearch.value) {
@@ -1143,6 +1149,8 @@ export default defineComponent({
changetable.value = false
startsearch.value = false
console.log(' FINE- startsearch.value', startsearch.value)
if (myinfscroll.value) {
// @ts-ignore
myinfscroll.value.resume()
@@ -2360,6 +2368,7 @@ export default defineComponent({
showInnerDialog,
lengthopt,
update_col,
startsearch,
}
}
})