alexbirtwell
alexbirtwell
FFilament
Created by tobyselway on 9/11/2023 in #❓┊help
Custom data providers
https://github.com/calebporzio/sushi take a look at this package it may be useful. I'm not sure how to solve your exact problem but this would be where i would start
56 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
Thank you for your help
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
protected $queryString = [ 'isTableReordering' => ['except' => false], 'tableFilters', 'tableSortColumn' => ['except' => ''], 'tableSortDirection' => ['except' => ''], 'tableSearchQuery' => ['except' => ''], ]; to the custom page class. the url reflected the filters on the page so I can use that as that to correct the url which resulted in being - ?tableFilters[searchStoreProduct][searchStoreProduct]=8562
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
For anyone else struggling with this - the issue was I was using a custom page with the table filter included. Onces I added
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
?tableFilters[searchStoreProduct][searchStoreProduct][value]=80652&tableFilters[searchStoreProduct][searchStoreProduct][isActive]=1
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
looking at the request data i thought this would work but again no joy
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
ill try inspecting the network
11 replies
FFilament
Created by alexbirtwell on 7/5/2023 in #❓┊help
Help with passing tableFilter in url - SOLVED
When I'm using the filter the url remains unchanged on this particular page
11 replies