Redirect to list page with action to open edit SlideOver
Hi I am doing custom redirection to other resource list page, but when I do redirect to other resource list page I have to open edit slideover with ceratin record id in it?
Is it possible?
Solution:Jump to solution
yes:
tableAction=edit&tableActionRecord=xx
take a look at this example
https://demo.filamentphp.com/blog/authors?tableAction=edit&tableActionRecord=1...2 Replies
Solution
yes:
tableAction=edit&tableActionRecord=xx
take a look at this example
https://demo.filamentphp.com/blog/authors?tableAction=edit&tableActionRecord=1Thansk alot!