Brk
Brk

Reputation: 1297

why angular-datatables plugin buttons doesn't work

I am using angular-datatables from the following resource: http://l-lin.github.io/angular-datatables/#/welcome

I am trying to run the example of 'with buttons' from here: http://l-lin.github.io/angular-datatables/#/withButtons

I am doing everything exactly like in the example but apparently I don't see any buttons on the table and I should see them. Any clue why it is acting like this.

Update:

I can see only custom button without excel or pdf button.I still have a problem not all buttons are presented.

My code is here:
[http://codepen.io/Barak/pen/aNPZgN][3]

[http://codepen.io/Barak/pen/aNPZgN][3]

Upvotes: 0

Views: 703

Answers (1)

af_khan
af_khan

Reputation: 1098

Try to include buttons.html5.js, buttons.flash.js to your html.

Upvotes: 1

Related Questions