Hi,
i 'm using BANanoVuetifyAD3,
i have a grid of 2 col ,
first 1 row, 1 col
second 2 row, 1 col
I want this layout :
i use this code, from tutorial :
i think must use this script :
but i don't kwnow where put in view file
Thanks
Raffaele
i 'm using BANanoVuetifyAD3,
i have a grid of 2 col ,
first 1 row, 1 col
second 2 row, 1 col
I want this layout :
B4X:
+---------------------------------------------------------------------------------------------------------------------------+
| col 1 row 1 |
+------------------------------------------------------------------------------+--------------------------------------------+
| col1 row2 | col 2 row 2 |
+------------------------------------------------------------------------------+--------------------------------------------+
i use this code, from tutorial :
B4X:
vuetify = pgIndex.vuetify
'initialize the component
tables.Initialize(Me, name)
path = tables.path
'load the template
banano.LoadLayout(vuetify.PlaceHolderName, "vtables")
vtables.Matrix(1, 1).LoadLayout("vetable")
vtables.Matrix(1, 2).LoadLayout("vetable1")
i think must use this script :
B4X:
<b-row>
<b-col sm="8">col-sm-8</b-col>
<b-col sm="4">col-sm-4</b-col>
</b-row>
but i don't kwnow where put in view file
Thanks
Raffaele
Last edited: