export button on table header?
export button on table header?
Would it be possible to have my export buttons on the table header?
Description of problem: 
and heres what Ive got 
This discussion has been closed.
Would it be possible to have my export buttons on the table header?
Description of problem: 
and heres what Ive got 
Answers
Yes, you can use
buttons().container()to move the buttons container somewhere else after its initialisation (e.g. into a header cell usingcolumn().header()).However, it does mean you'll run into issues using Responsive or column visibility (if you are using either of them). Scrolling would also be an issue (although I don't think you are using that from the screenshot).
Allan