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"
|
class="full-height"
|
||||||
:no-data-label="$t('general.noDataTable')"
|
:no-data-label="$t('general.noDataTable')"
|
||||||
:hide-pagination
|
:hide-pagination
|
||||||
|
:pagination="{
|
||||||
|
rowsPerPage: 0,
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<template v-slot:header="props">
|
<template v-slot:header="props">
|
||||||
<q-tr
|
<q-tr
|
||||||
|
|
@ -87,7 +90,7 @@ defineEmits<{
|
||||||
|
|
||||||
<template v-slot:body-cell-action="props">
|
<template v-slot:body-cell-action="props">
|
||||||
<q-td>
|
<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>
|
<slot name="button" :props="props"></slot>
|
||||||
<DeleteButton
|
<DeleteButton
|
||||||
iconOnly
|
iconOnly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue