updated default table row count
This commit is contained in:
parent
49c2cd5c4b
commit
245db06173
@ -1,6 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import { _ } from "svelte-i18n";
|
import { _ } from "svelte-i18n";
|
||||||
let tablePageCount = [50, 100, 250, 500];
|
let tablePageCount = [25, 50, 100, 250, 500];
|
||||||
import { writable } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
import {
|
import {
|
||||||
createSvelteTable,
|
createSvelteTable,
|
||||||
@ -94,7 +94,7 @@
|
|||||||
},
|
},
|
||||||
initialState: {
|
initialState: {
|
||||||
pagination: {
|
pagination: {
|
||||||
pageSize: tablePageCount[0],
|
pageSize: 50,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
enableRowSelection: true,
|
enableRowSelection: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user