updated default table row count

This commit is contained in:
Philipp Dormann 2023-04-12 18:37:02 +02:00
parent 49c2cd5c4b
commit 245db06173
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -1,6 +1,6 @@
<script>
import { _ } from "svelte-i18n";
let tablePageCount = [50, 100, 250, 500];
let tablePageCount = [25, 50, 100, 250, 500];
import { writable } from "svelte/store";
import {
createSvelteTable,
@ -94,7 +94,7 @@
},
initialState: {
pagination: {
pageSize: tablePageCount[0],
pageSize: 50,
},
},
enableRowSelection: true,