cleaning up layout, removed a bunch of unneeded stuff

This commit is contained in:
2020-01-31 21:07:45 +00:00
parent 2b4963bc9f
commit 1a7160bd6c
5 changed files with 226 additions and 167 deletions

View File

@@ -1,15 +1,13 @@
<template>
<v-container style="position:absolute;top:0px">
<gz-data-table
formKey="test-widgets"
dataListKey="TestWidgetDataList"
:dataFilterId="currentDataFilterId"
:showSelect="true"
:singleSelect="false"
v-on:update:selected="handleSelected"
>
</gz-data-table>
</v-container>
<gz-data-table
formKey="test-widgets"
dataListKey="TestWidgetDataList"
:dataFilterId="currentDataFilterId"
:showSelect="true"
:singleSelect="false"
v-on:update:selected="handleSelected"
>
</gz-data-table>
</template>
<script>