Filter resource data with url
Hi
Is there any easy way to filter a resource data without table filter?
Thanks in advance!
2 Replies
You can override the
getEloquentQuery()
method on the resource.
Or maybe getTableQuery()
on the page class, if you want to do it from a custom URL parameter.Will try, thanks!
Yup, this fixes it! Thanks!