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 ...
Replies
Because you're defining the buttons at initialisation, you need to also include the
dom
- please see this example,Colin
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 ...