I am trying to move the “Export” button to below my dashtable rather than on the top left.
Any way to do this?
I am trying to move the “Export” button to below my dashtable rather than on the top left.
Any way to do this?
css=[{‘selector’:’.export’,‘rule’:‘position:absolute;left:-15px;bottom:-30px’}],
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: