As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Just an observation...
When working with MySQL tables, it seems that once you create a wpDataTable, making any subsequent changes to the query which the table is based on, results in a mess. For example, if you delete or rename columns in the query and then save the updated query, you end up with weird MySQL errors and/or jQuery errors on the page where the shortcode appears.
This has happened to me several times now. Both times, I was able to fix it by simply deleting the wpDataTable and recreating it. When I recreated it, I used the exact same query that had generated errors before and it worked fine, so this proves there was nothing wrong with the query. The problem is caused by changing the query after the wpDataTable has been created.
Hi bkonia,
Thank you for your purchase.
There is a possibility getting the problem when you try to change number, type and position of the columns.
Our plugin is not a mysql management system, it is just and input where you can paste or write query.
So if you need to change something in query I suggest you first to do/write it in phpmyadmin or in some other database management system before you enter it in our plugin.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
I'm quite familiar with MySQL and have used it for many years. This is not a MySQL issue and it's not a problem with my query, it's an issue with your plugin. When I make changes to the query AFTER creating a wpDataTable, I get jQuery errors and other strange results. For example, suppose I enter the following query:
After entering this query, I click the Save button. When I view the wpDataTable on the web page, everything works fine.
Now, I go back to the admin screen and change the query to this:
It's the EXACT same query, except I removed one column. After clicking Save, I return to the web page and refresh it. Now it's a mess. The table doesn't render properly and when I view the console, I can see jQuery errors. It seems that editing the query for an EXISTING wpDataTable has some bug, which breaks the table.
The point is, I did not make any changes to the underlying table. I simply removed a column from the query.
However, even if I did change the structure of the table, why should it matter? When saving the wpDataTable, it should save it based on the current table structure and the query design. You shouldn't have to delete the entire wpDataTable and start over from scratch any time you make changes to your table or query.
Hi bkonia,
Unfortunately, when you create MySQL table for the first time using our plugin, it is not possible to change the numbers of the columns or type and position of them (or in your case removed a column from the query).
We are working to change that for our future 2.0 version so stay tuned.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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