© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
4 replies
Raj Siva-Rajah

Disable `?page=....` query string params for a table

Hi all. I have a table in a modal that's adding pagination query params to the url. I know I can use
->queryStringIdentifier()
->queryStringIdentifier()
to avoid conflicts but I'm hoping to disable it entirely. Any idea how I could do that?

Cheers
Solution
There doesn't seem to be an option to do that for pagination unfortunately: https://filamentphp.com/docs/3.x/tables/advanced#query-string.

Pagination is added by default: https://github.com/filamentphp/filament/blob/4ff166612c38d7cab5d29981fdd9ba2df77e7b6a/packages/tables/src/Concerns/InteractsWithTable.php#L38

I got it working using the
Livewire\WithoutUrlPagination
Livewire\WithoutUrlPagination
trait though: https://livewire.laravel.com/docs/pagination#disabling-url-query-string-tracking
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

How to use "tableSearch" query string in table builder?
FilamentFFilament / ❓┊help
3y ago
Use query params for table widget search and filters
FilamentFFilament / ❓┊help
7mo ago
$tableSearch query string removes leading zero's
FilamentFFilament / ❓┊help
15mo ago
Page with table, query URL
FilamentFFilament / ❓┊help
3y ago