Operation using a grid
src
βββ BookStore
β βββ Application
β β βββ Query
β β βββ FindBooksQuery.php
β β βββ FindBooksQueryHandler.php
β βββ Domain
β βββ Infrastructure
β βββ Sylius
β βββ Grid
β βββ Filter
β β βββ AuthorFilter.php
β β βββ AuthorFilterType.php
β βββ BookGrid.php
β βββ BookGridProvider.php
βββ Shared
βββ Infrastructure
βββ Sylius
βββ Grid
βββ GridPageResolver.phpBook list

Create a page helper
Create the BookGridProvider
Create the BookGrid
Add the grid on the Book Resource
Create the Author filter type
Create the Author filter
Use the Author Filter on the Grid provider
Last updated
Was this helpful?
