fix: data only appear 5 rows

This commit is contained in:
Methapon Metanipat 2024-10-07 09:44:07 +07:00
parent b737d16aaa
commit 43c2a12613

View file

@ -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