fix: data only appear 5 rows
This commit is contained in:
parent
b737d16aaa
commit
43c2a12613
1 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ defineEmits<{
|
|||
class="full-height"
|
||||
:no-data-label="$t('general.noDataTable')"
|
||||
:hide-pagination
|
||||
:pagination="{
|
||||
rowsPerPage: 0,
|
||||
}"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
<q-tr
|
||||
|
|
@ -87,7 +90,7 @@ defineEmits<{
|
|||
|
||||
<template v-slot:body-cell-action="props">
|
||||
<q-td>
|
||||
<div class="row items-center full-width justify-end">
|
||||
<div class="row items-center full-width justify-end no-wrap">
|
||||
<slot name="button" :props="props"></slot>
|
||||
<DeleteButton
|
||||
iconOnly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue