add virtual scroll to audit log table

This commit is contained in:
Josh 2020-12-01 02:17:20 +00:00
parent 2c553825f4
commit 24d33397e9
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@
:rows-per-page-options="[25, 50, 100, 500, 1000]"
:no-data-label="noDataText"
@row-click="showDetails"
virtual-scroll
>
<template v-slot:top-right>
<q-btn color="primary" icon-right="archive" label="Export to csv" no-caps @click="exportLog" />