export button on table header?

export button on table header?

KuroUsagi1010KuroUsagi1010 Posts: 1Questions: 1Answers: 0
edited August 2020 in Free community support

Would it be possible to have my export buttons on the table header?

Description of problem:

and heres what Ive got

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Yes, you can use buttons().container() to move the buttons container somewhere else after its initialisation (e.g. into a header cell using column().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

This discussion has been closed.