This commit is contained in:
Surya Paolo
2024-10-23 01:41:24 +02:00
parent 1491484095
commit 76b51f5b91
13 changed files with 255 additions and 137 deletions

View File

@@ -51,6 +51,11 @@ export default defineComponent({
required: false,
default: true,
},
heightcarousel: {
type: Number,
required: false,
default: 0,
},
},
components: {
CMyFieldDb, CGridTableRec, CTitlePage,

View File

@@ -33,6 +33,7 @@
labelBtnAddExtra=""
:extraparams="tools.extraparams(table, { myrecfiltertoggle })"
:prop_showMap="showMap"
:heightcarousel="heightcarousel"
@clickButtBar="clickButtBar"
>
</CGridTableRec>