Comments Timothy Lascak started the conversationAugust 21, 2018 at 8:03pmHi I am having some issues with some table finalization. In short i created 2 tables. Marketing table and Demo Info table I am trying to combine those 2 into a new table called "Demo Book" and have it editable. I have success in joining the 2 tables but when i go to edit an entry i get an error, unable to find table. This was my MySQL import string: SELECT f70_4_wpdatatable_1.name, f70_4_wpdatatable_1.phonenumber, f70_4_wpdatatable_1.address, f70_4_wpdatatable_1.city, f70_4_wpdatatable_1.bookdate, f70_4_wpdatatable_1.booktime, f70_4_wpdatatable_2.deniedorsold, f70_4_wpdatatable_2.productsold, f70_4_wpdatatable_2.apprecap, f70_4_wpdatatable_2.notes, f70_4_wpdatatable_2.sendto, f70_4_wpdatatable_2.sendviaemail, f70_4_wpdatatable_2.sendviasmsFROM f70_4_wpdatatable_1, f70_4_wpdatatable_2 If you go to the demo page of the link attached and try to edit the table you will see my error. Do you know how to resolve this issue so the demo table is editable. Your assistance is greatly appreciated.Timothy Lascak repliedAugust 22, 2018 at 12:46amI have figured out another solution 472Isidora repliedAugust 22, 2018 at 9:30amHi Timothy,Thank you for your purchase.I am glad that you found a solution.Best regards.Kind Regards, Isidora Markovic wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs You can try our wpDataTables add-ons before purchase on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables Sign in to reply ...
Hi I am having some issues with some table finalization.
In short i created 2 tables.
Marketing table and Demo Info table
I am trying to combine those 2 into a new table called "Demo Book" and have it editable.
I have success in joining the 2 tables but when i go to edit an entry i get an error, unable to find table.
This was my MySQL import string:
SELECT f70_4_wpdatatable_1.name,
f70_4_wpdatatable_1.phonenumber,
f70_4_wpdatatable_1.address,
f70_4_wpdatatable_1.city,
f70_4_wpdatatable_1.bookdate,
f70_4_wpdatatable_1.booktime,
f70_4_wpdatatable_2.deniedorsold,
f70_4_wpdatatable_2.productsold,
f70_4_wpdatatable_2.apprecap,
f70_4_wpdatatable_2.notes,
f70_4_wpdatatable_2.sendto,
f70_4_wpdatatable_2.sendviaemail,
f70_4_wpdatatable_2.sendviasms
FROM f70_4_wpdatatable_1, f70_4_wpdatatable_2
If you go to the demo page of the link attached and try to edit the table you will see my error.
Do you know how to resolve this issue so the demo table is editable.
Your assistance is greatly appreciated.
I have figured out another solution
Hi Timothy,
Thank you for your purchase.
I am glad that you found a solution.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables