Export buttons is not visible

Export buttons is not visible

skylarskylar Posts: 3Questions: 0Answers: 0

I tried to recreate this example on codepen, but the export button and collum visibility are not visible, can anyone help me.
Thank you.

Replies

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Because you're defining the buttons at initialisation, you need to also include the dom - please see this example,

    Colin

  • binitafelicitybinitafelicity Posts: 1Questions: 0Answers: 0

    The "Export to Excel" is not showing in iPad and mobile devices. It is showing in desktop. Other buttons like copy, cps counter csv and pdf are showing ... Probably a load order issue. Move line 38 with jquery.dataTables.min.js above the buttons.js files. The buttons includes require datatables.js ...You can try clicking on a changeable setting in the Export dialog, then hitting the Tab key multiple times, as some users have found that eventually gets them ...

Sign In or Register to comment.