Skip to content

Commit 65ab845

Browse files
authored
Merge pull request #40 from sherlockode/fix/remove-faq-pagination
Remove pagination
2 parents bc9020c + 9d6a2b2 commit 65ab845

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Resources/config/sylius_grid.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ sylius_grid:
1010
arguments: [ "%locale%" ]
1111
sorting:
1212
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]
1316
fields:
1417
position:
1518
type: string

0 commit comments

Comments
 (0)