Export buttons disappeared
Export buttons disappeared
fusionpoint
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.
This discussion has been closed.
Answers
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
I'm not really tech savvy. Any suggestions on how I can fix this?
Kevin's suggestion would fix it.
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.
You have the statements to load the JS scripts twice. I would suggest removing the duplicates that start at line 428.
Kevin