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
I have 2 different tables with the same number of columns. How can I connect them?
Hello Rene
Thank you for your purchase.
I'm sorry, I can't understand what you're asking. Do you want to join two tables into one, or connect values from one table with another?
Please explain to me what you're trying to do, and I'll try to help you out.
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
Hello
yes i want to connect values from one table with another.
Example:
Table 1: Table 2:
Maschine Time Maschine Price
A 34 A 100
B 50 B 150
Result:
Maschine Time Price
A 34 100
B 50 150
Thank you very much.
Best regards
Rene
Hello again Rene
Something like this is best done with SQL query based tables. If you're not that familiar with SQL, you can use our query constructor.
Another option would be to use foreign keys, but in that case you would need to manually select the data for each column and row.
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
Hello,
i already had a solution with the "with" command, unfortunately WP Data tables does not take a "with" command.
Maybe you can give me an example?
I will look further.
Thanks again
Best regards
Rene
I'm not sure about this, Rene, but you can try:
Of course, you need to modify table1 and table2 so it represents the table name in the database, and also make sure the headers are correct.
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