© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Demon-CZ

GetTableQuery

I am trying to get table query on relation manager. I am trying to do this as it is written in docs. But getTableQuery is depricated. How should I do it then? Thanks for answer.

protected function getTableQuery(): Builder
{
return parent::getTableQuery()
->withoutGlobalScopes([
SoftDeletingScope::class,
]);
}
Solution
this?
https://filamentphp.com/docs/3.x/panels/resources/listing-records#customizing-the-table-eloquent-query
Listing records - Panel Builder - Filament
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

getTableQuery
FilamentFFilament / ❓┊help
3y ago
getTableQuery - getTableActions
FilamentFFilament / ❓┊help
3y ago
getTableQuery Problem V2
FilamentFFilament / ❓┊help
3y ago
SpatieMediaLibraryPlugin with getTableQuery()
FilamentFFilament / ❓┊help
3y ago