Adding option to provide extra actions within table toolbar. #15667
SuperUserDo-Nikola
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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