1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Don't show pagination control if the data source isn't an internal table

This commit is contained in:
Andrew Kingston 2021-05-14 13:29:37 +01:00
parent e78d686292
commit 4675272f4b

View file

@ -253,7 +253,7 @@
</div>
{:else}
<slot />
{#if paginate}
{#if paginate && internalTable}
<div class="pagination">
<Pagination
page={pageNumber + 1}