Buttons not showing
Buttons not showing
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
Did you specify the
dom
setting? You need to at least usedom: 'Bt'
(B
for buttons;t
for table.Chances are, thats the problem... read here for the
dom
parameter regarding buttonsOh, 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!