This commit is contained in:
2020-01-31 16:43:14 +00:00
parent 38b7c9c878
commit 8b37d8c191
2 changed files with 3 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
dataListKey="TestWidgetDataList"
:caption="getCaption()"
:dataFilterId="currentDataFilterId"
:showSelect="true"
:singleSelect="true"
:showSelect="false"
:singleSelect="false"
v-on:update:selected="handleSelected"
>
</gz-data-table>