Adding option to provide extra actions within table toolbar. #15667
SuperUserDo-Nikola
started this conversation in
Ideas
Replies: 1 comment
-
Can we please get this? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, I appreciate the work being done!
It would be great to have a ->toolbarActions() option for the table method, similar to ->headerActions(). I encountered this issue while trying to optimize space by removing an entire row, as I only need to add a single extra action to the table.
I understand that there is a render hook for the toolbar, but it does not provide access to the current $table instance for filters, sorting, queries, etc., in the same way that headerActions does via the $livewire callback.
I would be truly grateful if this feature could be implemented.
Thanks! 🚀
Beta Was this translation helpful? Give feedback.
All reactions