Bulk Action showing a view

Hello everyone. Is it possible to make a BulkAction show a view page without using a modal? I need to show a view blade with the list of records marked in the table builder. I was able to do it using the modal, but it doesn't work; it has to be displayed on a page just like the ViewPage. Thanks.
Solution:
Just redirect in the action to the view page with the ID's as a parameter in the url
Jump to solution
3 Replies
toeknee
toeknee2mo ago
Not sure I follow this.. Do you just want a form then?
joao nivaldo
joao nivaldoOP2mo ago
No, I just need a view page. In it I will have a page with a table of information about the selected items. So it is a simple page.
Solution
toeknee
toeknee2mo ago
Just redirect in the action to the view page with the ID's as a parameter in the url

Did you find this page helpful?