Quick question: Does WPDT help me edit/modify/add to the actual Wordpress database tables? Or does it primarily help me create a new database in mysql that is just stored in my WP site?
You can edit existing tables in the database with wpDataTables using SQL Query based tables. Every manual table created with the plugin is being stored in the database with wp_wpdatatable_# name, where "wp_" is a standard DB prefix that could be different on your installation, and "#" which is the auto-increment table number which is automatically assigned per creation.
The tables are being saved in your WP database.
You can also connect separate DB connections with wpDataTables which do not reside on the same server.
Quick question:
Does WPDT help me edit/modify/add to the actual Wordpress database tables? Or does it primarily help me create a new database in mysql that is just stored in my WP site?
Hello Sam.
Thank you for your interest in our plugin.
You can edit existing tables in the database with wpDataTables using SQL Query based tables. Every manual table created with the plugin is being stored in the database with wp_wpdatatable_# name, where "wp_" is a standard DB prefix that could be different on your installation, and "#" which is the auto-increment table number which is automatically assigned per creation.
The tables are being saved in your WP database.
You can also connect separate DB connections with wpDataTables which do not reside on the same server.
Best regards.
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