Export buttons disappeared

Export buttons disappeared

fusionpointfusionpoint Posts: 3Questions: 1Answers: 0

Hi - I thought I has export button options above my table, but now they're missing. Can you please let me know what I need to do to restore them? Here's the url to the page with my table - http://3csmobile.org/training/course-listing/. I'm using the Inline Google Spreadsheet Viewer Wordpress plugin version - 0.12.4 t o display the data.

Answers

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,769

    Taking a quick look it looks like you are loading the Datatables core and extensions JS scripts twice. The first time starting on line 83. The second starting on line 428. The second you didn't load the buttons and it is probably overwriting the first group. You should load them only once.

    Kevin

  • fusionpointfusionpoint Posts: 3Questions: 1Answers: 0

    I'm not really tech savvy. Any suggestions on how I can fix this?

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    You should load them only once.

    Kevin's suggestion would fix it.

  • fusionpointfusionpoint Posts: 3Questions: 1Answers: 0

    How can I keep them from loading more than once? I just installed the Google Inline Spreadsheet Viewer Plugin & haven't changed any settings after installing.

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,769

    How can I keep them from loading more than once?

    You have the statements to load the JS scripts twice. I would suggest removing the duplicates that start at line 428.

    Kevin

This discussion has been closed.