updated default table row count
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user