$pageName for search, for page with multiple tables #311
Replies: 1 comment
-
This is present in v2+ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using multiple table on a page I can use the
$pageName
property to change the url parameter for pagination. Is there a way to do the same for search?Meaning, I want to have a link on another page, linking to this page and one table should have search prefilled. I currently use
<a href="/mypage?filters%5Bsearch%5D=NAVY">
but both tables on that page get searched.https://github.com/rappasoft/laravel-livewire-tables/wiki/Multiple-tables-on-a-single-page
Beta Was this translation helpful? Give feedback.
All reactions