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
If i were just doing this in PHP/MySQL it would be easy, but I do not seem to understand how (if?) wpDataTable can do this. You've tried to help, but I'm just not getting it. I've therefore being editing this manually. I've been told it needs to work, or we need a new solution.
Here is the front table display:
This display pulls from 2 tables, and displays Table 1.
Table 1 has id, from_date, to_date, empnum
Table 2 has id, empnum, fullname, ... (a lot of employee info)
We join tables on empnum and display the fullname name on our table above.
However, this is an oncall table, so now and then employees swap weeks.
On the front end, I need to be able to edit the table, get a drop down off all the "Employees" and select a new person...

The fullname needs to show, but the empnum needs to be the value so that this updates the empnum in table 1, and on refresh pulls the new fullname from Table 2.
I'm sadly just not making the connection in the interface.
Hi Frank
Thank you for reaching out to us.
Editing is tricky with joined tables. Can you please send us the dump of these two tables from the database, so we can test them locally?