You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
In my case I have a resource with many detached actions, over 15 of them, so it doesn't make sense to show 1 or 2 and then show the rest in the menu, instead I just want to show all of them in the drop down menu. So when I set 'visibleActionsLimit' => 0, then it works, but because the menu popover shows on the right, it ends up going off-screen.
Would it be possible to customize this behaviour so that it would open to the left instead of the the right when the limit is set to 0 ?
Or ideally this would be configurable, but if it would at least automatically default to the left when set to 0 then that would be great.
Thank you for this great package!
The text was updated successfully, but these errors were encountered:
In my case I have a resource with many detached actions, over 15 of them, so it doesn't make sense to show 1 or 2 and then show the rest in the menu, instead I just want to show all of them in the drop down menu. So when I set
'visibleActionsLimit' => 0,
then it works, but because the menu popover shows on the right, it ends up going off-screen.Would it be possible to customize this behaviour so that it would open to the left instead of the the right when the limit is set to
0
?Or ideally this would be configurable, but if it would at least automatically default to the left when set to
0
then that would be great.Thank you for this great package!
The text was updated successfully, but these errors were encountered: