move table header action next to searchbar
Hi, I would like to display a headerAction inline with the table seachbar and the filters button. I don't want to publish assets just for this small tweak but I can't find anything in the documentation. So far my only solution was to rearange the elements with JS but this breaks some click references for that action. Any ideas are welcome
First images is how I want it to look and second one is default one
Solution:Jump to solution
Hi !
use a
renderHook
! Especially the TableRenderHook like so:
In you PanelProvider:...2 Replies