Is your product able to allow for adding, deleting, editing data in custom DB tables? We need to be able to allow users to add, delete and edit records in custom tables we design in the DB.
Sure, you can manually create the table (which will be stored in the database as wp_wpdatatable_#, where # is the auto-increment ID of the table), and enable front-end editing, so your customers can add, edit or delete data from that table.
Another option would be to create the table(s) in the database, and then use SQL Queries to pull the data from those tables and create a wpDataTable.
Is your product able to allow for adding, deleting, editing data in custom DB tables? We need to be able to allow users to add, delete and edit records in custom tables we design in the DB.
Hello MAURICIO
Thank you for your interest in wpDataTables.
Sure, you can manually create the table (which will be stored in the database as wp_wpdatatable_#, where # is the auto-increment ID of the table), and enable front-end editing, so your customers can add, edit or delete data from that table.
Another option would be to create the table(s) in the database, and then use SQL Queries to pull the data from those tables and create a wpDataTable.
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