We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hello,
I have many tables using google sheets as their source. None of them are updating to show the new changes on the google sheets tables. I know there is a 10 minute cache on Google's end, that has nothing to do with it.
Thank you
Hello Chad
Can you please provide me the URL to one of those Google Spreadsheets (with editing rights allowed for [email protected]), so I can test that locally?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
How are you "refreshing" the table? There are now 277 entries on the spreadsheet but it still only shows 233 in wordpress no matter what I try to get it to refresh. Refreshing the page does not load the additional entries. It is now missing almost 2 days worth of entries that are on the spreadsheet.
Hello Chad
I see all your tables are Manual tables:
This means that you've imported the Google Spreadsheet, and that's why you don't see any changes. You need to create a table linked to the Google Spreadsheet for this to work.
When you're importing the file, wpDataTables reads the source file to create a manual table, but after that it is no longer linked to the file.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Well that's embarrassing. I must have misread the descriptions when choosing the table type. Thanks for figuring that out.
Hello, I tried re-publishing the google sheets and the plugin is stall giving me the "table in data source has no rows" error. It is even giving me the error now for tables I had successfully created yesterday, but today they are giving the error. This must be a bug in the plugin.
Hi Chad,
Thank you for reporting this.
After investigation, we found out that your link in converted in this after CURL call
Temporary RedirectTemporary Redirect The document has moved here https://doc-10-60-sheets.googleusercontent.com/pub/.....
The described behavior is a feature:
https://developers.google.com/apps-script/guides/content#redirects
What you can try is to add this code in file wp-content/plugins/wpdatatables/source/class.wdttools.php around line 205 you will find this
and below that add this code
so your code will look like this
We need to test more but for now it is working in all test cases and it will be included in next update.
Sorry for inconvenience,
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thank you Milan. I made the edit and everything seems to be working properly now. I appreciate it!