Buttons not showing

Buttons not showing

persona22persona22 Posts: 2Questions: 1Answers: 0

I've tried everything - downloading all separate files, downloading a huge single file with data tables, select, buttons and free trial editor, and finally using CDN for buttons and nothing seems to work. Buttons are just not displayed - ever! Neither built in buttons, nor custom buttons work. Editor buttons also didn't work. I'm at the end of my wits here - what could be wrong? Browser console shows nothing so I have nothing to go on further :(

If it means anything, I ran that debugger thing and got this code:
amewog

This question has an accepted answers - jump to answer

Answers

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75
    Answer ✓

    Did you specify the dom setting? You need to at least use dom: 'Bt' (B for buttons; t for table.

    Chances are, thats the problem... read here for the dom parameter regarding buttons

  • persona22persona22 Posts: 2Questions: 1Answers: 0

    Oh, man, I totally missed that! I just skimmed over that part and thought that attribute was only optional and that I would get buttons on top by default or something. Trying that now, thanks!

This discussion has been closed.