Hi,
I tried to dynamically render sheets in a spreadsheet using v-for but I could only have one sheet.
The code is something like blow
kendo-spreadsheet(ref="spreadsheet")
kendo-spreadsheet-sheet(v-for="sheet in sheets" :name="sheet" :data-source="rows")
Is v-for supported and what's the right way?
Many thanks