How is this table created? If it's not a manual table, check the Editing tab - ID column for editing. That has to be a unique, auto-increment integer column that will store the edited rows into the database.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Hello TMS Plugins,
WPdatatables is a helpful tool!
However I have issues editing data on my wordpress installation.
It would add a completely new entry as a new row in my MySQL database instead of editing the original row.
Can you help me here?
Horst
Hello Horst
Thank you for your purchase.
How is this table created? If it's not a manual table, check the Editing tab - ID column for editing. That has to be a unique, auto-increment integer column that will store the edited rows into the database.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
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
Thanks, Horst
You actually don't have an ID column for editing. The column defined in the Editing tab above the table is "FeedbackToDo":
This is a string-type column:
That column has to be a unique, auto-increment integer column that will store the edited rows into the database.
So, in the database table, you need to add a row ID column (a unique auto-increment column). You can do it using this query:
Then, in the Editing tab above the table, set this column to be the ID column for editing, and it should work fine after that.
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