Move location of "Export" button to below dashtable

I am trying to move the “Export” button to below my dashtable rather than on the top left.

Any way to do this?

1 Like

css=[{‘selector’:’.export’,‘rule’:‘position:absolute;left:-15px;bottom:-30px’}],

2 Likes

Hi, recently I’ve came across similar problem, but instead of changing the style of the default button I’ve decided to hide it and create custom one, which I can place anywhere.

You can see an example here: