-
This works https://github.com/yajra/laravel-datatables/issues/925 for a button, but if I instead want to insert a dropdown menu with multiple buttons inside, how can I do it? Now I can do it for a button, but I haven't succeeded yet with a dropdown menu.
|
Beta Was this translation helpful? Give feedback.
Answered by
yajra
Nov 3, 2023
Replies: 1 comment 2 replies
-
Use collection button: Button::make('collection')->buttons([...arry of buttons]) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
markplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use collection button: