Buttons not showing

Buttons not showing

mbaasmbaas Posts: 67Questions: 24Answers: 1

Hi,

my site (login required, modified sample at http://mbaas.de/dt-kweb.html , DT-Debugger: ekaqip ) does not show the buttons and displays an error ('TypeError: a.Buttons is undefined
Quelldatei: http://mbaas.de/dt-kweb_files/buttons.bootstrap.min.js
Zeile: 1')
instead. I think that I followed he instructions, yet even the debugger does not detect buttons being installed (but this might be due to me using Bootstrap-Buttons)...

What am I missing here?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,782Questions: 1Answers: 10,112 Site admin
    Answer ✓

    Hi,

    You've got buttons.bootstrap.min.js being loaded, but not the core dataTables.buttons.min.js file which is required. Load that immediately prior to the Buttons / Bootstrap integration file and it should work.

    The download builder might be useful if you want to just load a single file.

    Allan

  • mbaasmbaas Posts: 67Questions: 24Answers: 1

    Great, that fixed the problem! Thanks very much!
    Actually I prefer to load the files individually, because it keeps stuff more modular...

This discussion has been closed.