Create a product grid in filament
I need to build a product grid for a webshop and I'm wondering if it makes sense to use Filament tables for this, because it has all the basic components ready to go:
- table/gridview for products
- filters
- ordering
- pagination
- search
- The filters need to go in a sidebar, which is difficult since the table and filters are rendered as one component
- For pagination, I need a button "load more", instead of the regular built in pagination
- The filters and pagination should update the URL, this doesn't seem to work out of the box