@@ -142,7 +142,6 @@
</Row>
<div style="height: 85%; overflow: auto">
<Table
- v-if="false"
:columns="tableColumns"
border
:max-height="600"
@@ -239,6 +238,7 @@
</template>
</Table>
<u-table
+ v-if="false"
:data="tableData"
:height="height"
use-virtual