add tree loading, improve render perf for agent table

This commit is contained in:
wh1te909
2020-06-29 02:12:27 +00:00
parent 7718dcc6fa
commit fdf90be39b
3 changed files with 12 additions and 9 deletions

View File

@@ -7,8 +7,10 @@
:columns="columns"
row-key="id"
binary-state-sort
virtual-scroll
:pagination.sync="pagination"
hide-bottom
:rows-per-page-options="[0]"
no-data-label="No Agents"
>
<!-- header slots -->
<template v-slot:header-cell-smsalert="props">
@@ -361,7 +363,7 @@ export default {
data() {
return {
pagination: {
rowsPerPage: 9999,
rowsPerPage: 0,
sortBy: "hostname",
descending: false
},