Skip to content

Commit 2942e03

Browse files
committed
feat(QTable): Use "cover" for rows per page selection menu
1 parent 320c395 commit 2942e03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/components/table/table-bottom.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ export default {
8383
dark: this.isDark,
8484
borderless: true,
8585
dense: true,
86-
optionsDense: true
86+
optionsDense: true,
87+
optionsCover: true
8788
},
8889
on: {
8990
input: pag => {

0 commit comments

Comments
 (0)