Buttons vislible on localhost but not in fiddle

Buttons vislible on localhost but not in fiddle

RoloTomasiRoloTomasi Posts: 18Questions: 9Answers: 0
edited February 2020 in Free community support

Hi All,
to ask the underlying, next question, I first of all wonder where my buttons did disappear.
https://jsfiddle.net/RoloTomasi/cexy6La5/ If I test this locally, the buttons are visible. :|
Can you help me?

Thanks in advance
Rolo

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,167Questions: 26Answers: 4,921
    Answer ✓

    The fist problem is you have dom: 'blfrtip',. The Button extension is loaded using a capital B, like this: dom: 'Blfrtip',. Your are getting this error in the browser's console:

    Uncaught Cannot extend unknown button type: colvis

    You aren't loading all the required JS and CSS for Buttons. Use the Downlaod Builder to generate the proper libraries.

    Kevin

This discussion has been closed.