alexbirtwell
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
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