© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
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
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Was this page helpful?
Yes
No
Similar Threads
Recent Announcements
Similar Threads
How to use "tableSearch" query string in table builder?
F
Filament / ❓┊help
3y ago
Use query params for table widget search and filters
F
Filament / ❓┊help
7mo ago
$tableSearch query string removes leading zero's
F
Filament / ❓┊help
15mo ago
Page with table, query URL
F
Filament / ❓┊help
3y ago