Skip to content

Commit e29409b

Browse files
authored
Merge pull request #2 from agdsn/table-entries
allow more items to be displayed in tables
2 parents 87de6cc + 4733861 commit e29409b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/DataTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
type: Object,
7676
default() {
7777
return {
78-
'items-per-page-options': [5, 10, 15, 25, 50],
78+
'items-per-page-options': [5, 10, 15, 25, 50, 100, 250, 500],
7979
};
8080
},
8181
},

0 commit comments

Comments
 (0)