Buttons not showing
Buttons not showing
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
Hi,
You've got
buttons.bootstrap.min.js
being loaded, but not the coredataTables.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
Great, that fixed the problem! Thanks very much!
Actually I prefer to load the files individually, because it keeps stuff more modular...