Buttons in wordpress site

Buttons in wordpress site

hitechchitechc Posts: 1Questions: 0Answers: 0

Hello,
I've got a table in a wordpress site created by wpinventory manager plugin. That plugin use datatables to create the table and everything is ok, but I need Buttons add-on (xls, print).
I download here Datatables zip folder including Buttons and replace that in the wordpress site but I see the same table with no buttons.
I follow install guide but can't understand where to place that script with "dom" in wordpress site, I've seen only a part of a php file that "call" datatables.min.js from DataTables folder.
If I see Chrome or Firefox source in the table, I can't see the "dt-buttons" part that I've seen here in the samples page (where I can see buttons).
Do you know which files I have to modify to see Buttons?
I can't put any site link because it's a xampp site actually.
Many Thanks.

Replies

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi hitechc,

    Probably the easiest way would be to just reference the DataTables cdn as in the header of this example. If this works and you see the buttons, then you know your page modifications are good, and if the performance is an issue, you could then look at installing locally.

    Cheers,

    Colin

This discussion has been closed.