Replies: 4 comments
-
How can I get the selectedItems array to pass to custom component? |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe use teleport? |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @ejoi8! Have you found a way for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
class MyModelTable extends SpladeAbstractTable
|
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
-
Description:
I would like to do custom bulk process data by the checkbox.
Is there any way when I click the "Process", I want to trigger a modal (calling custom edit page and pass the checked record id value to the form) ?
Here is what I have in the Table class and currently the "process" only delete the data
Beta Was this translation helpful? Give feedback.
All reactions