Export to Excel button is not showing

Export to Excel button is not showing

jlujanjlujan Posts: 9Questions: 3Answers: 0

Link to test case:
https://jsfiddle.net/jlujan/xny9g7mf/35/
Debugger code (debug.datatables.net):
hi . i have a problem with button
Error messages shown:
not showing
Description of problem:
i use chart and filter with ajax but the button not showing

HELP

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    There's two things you need to do. First is to include the 'B' in dom, and second to include all the necessary JS and CSS files. If you look at this example here, ensure you have the necessary files listed on the Javascript and CSS tabs beneath the table.

    Colin

  • jlujanjlujan Posts: 9Questions: 3Answers: 0

    Thank you. this is perfect !
    https://jsfiddle.net/jlujan/oz0hngbw/

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin

    Looks really nice :)

    Allan

Sign In or Register to comment.