quasar-factory-lib 0.1.6 → 0.1.7
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.
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<template lang="">
|
|
2
2
|
<div>
|
|
3
|
-
{{rowsPerPageOptions}}
|
|
4
3
|
<q-table
|
|
5
4
|
v-show="!showSkeleton"
|
|
6
5
|
ref="myTable"
|
|
@@ -315,6 +314,16 @@ export default defineComponent({
|
|
|
315
314
|
this.dragAndDropDelay = 0
|
|
316
315
|
}
|
|
317
316
|
},
|
|
317
|
+
/* showSkeleton (val: boolean): void {
|
|
318
|
+
if (!val) {
|
|
319
|
+
this.handleInfiniteScrollTableCompositionAPi()
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
'$q.screen.width' (): void {
|
|
323
|
+
setTimeout(() => {
|
|
324
|
+
this.handleInfiniteScrollTableCompositionAPi()
|
|
325
|
+
}, 500)
|
|
326
|
+
} */
|
|
318
327
|
},
|
|
319
328
|
mounted () {
|
|
320
329
|
this.getAdvancedFilterColumns()
|