We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc9020c + 9d6a2b2 commit 65ab845Copy full SHA for 65ab845
1 file changed
src/Resources/config/sylius_grid.yaml
@@ -10,6 +10,9 @@ sylius_grid:
10
arguments: [ "%locale%" ]
11
sorting:
12
position: asc
13
+ # Contrary to what is found in the documentation (limits: ~), it is not possible to remove the pagination, there is no other choice
14
+ # https://github.com/Sylius/SyliusGridBundle/blob/1.13/docs/your_first_grid.md#pagination
15
+ limits: [1000]
16
fields:
17
position:
18
type: string
0 commit comments