How do you create the row actions to be like this (screen shot from documentation)
To see just 3 dots and click on them and then show the buttons?
This is the laravel package I'm talking about: https://github.com/z-song/laravel-admin
How do you create the row actions to be like this (screen shot from documentation)
To see just 3 dots and click on them and then show the buttons?
This is the laravel package I'm talking about: https://github.com/z-song/laravel-admin
Copyright © 2021 Jogjafile Inc.

So the answer to this question would be to simply use the
which is enabled by default for laravel-admin in config
config/admin.phpBut it was commented out in our project meaning it was disabled.
There is a catch also. If you have custom made RowAction you should use it like this: