Skip to content

Commit 09f7e5b

Browse files
committed
Update default page sizes
1 parent d5ffb6a commit 09f7e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Table/TableContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
defaultPageSize = 10, // Default page size - number of rows to display per page
5252
toggle = false, // Whether to display the fitToScreen toggle
5353
search = true, // Whether to display the search input
54-
pageSizes = [5, 10, 15, 20], // Page sizes to display in the pagination component
54+
pageSizes = [5, 10, 20, 50, 100], // Page sizes to display in the pagination component
5555
fitToScreen = true, // Whether to fit the table to the screen,
5656
exportable = false, // Whether to display the export button and enable export functionality
5757
serverSide = false, // Whether the table is client or server-side

0 commit comments

Comments
 (0)