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 there,
Thanks for providing this great and useful plugin. As you mentioned in your documentation that you are working on improving the limitation for tables with joins, I am providing this feedback.
I suggest having multiple ID column for editing multiple columns. In the MySQL query bellow, which is pivoting wp_usermeta table, the ID column for editing first name column should be first_name_umeta_id, and the one for last name needs to be set on last_name_umeta_id.
The problem is currently we can only set 1 ID column for editing columns. The related image is attached.
select a.user_id,
c.umeta_id as first_name_umeta_id,c.meta_value as first_name , d.umeta_id as last_name_umeta_id,d.meta_value as last_name from wp_usermeta as a join wp_usermeta c on a.user_id=c.user_id and c.meta_key = 'first_name' join wp_usermeta d on a.user_id=d.user_id and d.meta_key = 'last_name' where a.meta_key='nickname'
Thanks,
Sara
Hi Sara,
Thank you for your purchase.
Thank you again for sharing ideas and suggestions with us.
Like I said on your private ticket this is on our TODO list so we hope that we will implement some new features for future updates.
Thank you again for giving us a feedback.
Best regards.
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
Hi Bogdan,
I just wonder if you have this feature in the new version of the plugin?
Thanks,
Sara
Hi Sara,
Unfortunately this will not be included in our new update but like I said I added this request to our TODO list for the future improvements for the plugin.
Best regards.
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'd enjoy having this feature, too. Does anybody know any workarounds? Don't really want to store all the data in one table...