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
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...