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!
Hi,
I created a table connected to an external DB.
The Show xx entries and Search doesn't work.
I saw a previous ticket from 2017 with the same issue and verified that "Include full bootstrap front-end" is activated. Still not working.
Thanks
Ricardo
Hello Ricardo
The search issue is probably related to your query. If it's anything other than a simple
SELECT * FROM table
Then it can cause issues like this. If you have a more complicated query, please create a view in the database, and pull that
SELECT * FROM view1
As for the dropdown, the issue definitely is with the bootstrap, but I'll need to remote in, and check our code to see if I can help you with it.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
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
Hi again Ricardo
When I check the table both the drop-down:
And Search:
work fine. This is in front-end. Can you delete cache on your browser and try again?
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
Hi Aleksandar,
Yes, it works fine. That is what I explained in my previous email. I followed your instructions and created the view.
The question here is that when you upgrade the plugin I will lose your changes. Not the front-end slider disabled in settings, but the lines you commented (line 1011 in file ../wp-content/plugins/wpdatatables/source/class.wdttools.php")
Thus, should I keep your modifications in future updates of the plugin?
Regards
Ricardo
Oh, right, sorry Ricardo
Yeah, you will need to do it again once the plugin updates.
With every update, this has a chance to stop working again. Since we don't know with which plugin the bootstrap files are in conflict with, there's no telling which plugin's update can either resolve the issue permanently or cause it not to work anymore.
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