We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ffb6a commit 09f7e5bCopy full SHA for 09f7e5b
src/lib/components/Table/TableContent.svelte
@@ -51,7 +51,7 @@
51
defaultPageSize = 10, // Default page size - number of rows to display per page
52
toggle = false, // Whether to display the fitToScreen toggle
53
search = true, // Whether to display the search input
54
- pageSizes = [5, 10, 15, 20], // Page sizes to display in the pagination component
+ pageSizes = [5, 10, 20, 50, 100], // Page sizes to display in the pagination component
55
fitToScreen = true, // Whether to fit the table to the screen,
56
exportable = false, // Whether to display the export button and enable export functionality
57
serverSide = false, // Whether the table is client or server-side
0 commit comments