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
Hello There
I trust you are keeping well.
I am interested in purchasing your product, however I have some questions; is there a way to link multiple tables to 1 consolidated table using this plugin?
We also need to be able to allow certain EDITORS in our WordPress website to edit tables they create only; so restrict users to certain tables, is this possible?
I look forward to hearing back from you.
Kind Regards,
Oliver
Hi, Oliver.
Thanks for reaching out to us.
-
1. If you mean to join/merge data from multiple tables, yes - this is possible with our SQL based Tables.
In SQL Query based Tables, you can make a custom SQL Query, and use SQL JOIN function,
but then you won't be able to edit that table.
You can see more about editable tables in our plugin here,
we pointed out some limitations :
-
So, the only way to have columns from other tables and have it editable is with our built in option "Foreign Key Relations".
This can allow you to join data from multiple dataTables while having "single value selectbox" for editing.
2. To limit Editing for specific user roles for specific tables,
we have this option, in back-end of the table , in the Editing settings,
you can choose which roles will be able to edit.
So if you set only Editors in "Editor Roles", then only users with role Editor are able to edit this table.
And i just wanted to point out that you can try wpDataTables before purchasing
on our sandbox Demo sites ( you can find links for the main plugin Demo,
as well as add-on Demos, in my signature),
and there is a 15-day money-back guarantee period,
so if you purchase the plugin, you can safely fully test it out, and if it doesn't fit your needs you can request and receive a refund in that period. ( same goes for all plugins and add-ons)
Let me know if you have any additional questions.
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
Hello Miloš
Thank you for your detailed reply, so this is what we are looking at in terms of structure:
1. We will have 5-6 tables that can be edited by certain users
2. These tables need to feed data to 1 consolidated table which cant be edited
Is this possible without SQL tables? and can it work using the foreign keys set up.
I look forward to hearing back from you.
Kindest Regards,
Oliver
Hi, Oliver.
Yes, you can have all these tables as SQL Tables in your database, and they will be editable by our plugin,
as long as you follow what we noted before, for the limitations on Editing.
So, if you make 5-6 tables in your Database, and have each table have its own columns and rows,
and if you call a Query like : SELECT from Table 1,
then this table is fully editable.
-
If you use an SQL JOIN to join data from Table 1 and Table 2, then it will not be editable.
But you can use our Foreign Key feature to pull multiple columns from multiple tables into one consolidated table,
and the Foreign Key Columns can be editable, as "single value selectbox". It pulls all the unique available values from the foreign table so user can select one of the values for editing.
Please check more details with our example here, where we made several tables and then made a consolidated one that pulls data from all of them.
https://wpdatatables.com/documentation/front-end-editing/configuring-table-relations-foreign-key/
Let us know if you have any questions.
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