Is your plugin useful for creating a combined table that including tables: -wp_users -wp_usermeta -wp_bp_xprofile_fields -wp_bp_xprofile_data for user management in frontend?
Our plugin could create wpDataTables tables from database tables by either entering a query or using our table constructor which will allow you to choose which columns to you want to include and generate a query for you - Documentation
Please keep in mind that only one table from the database could be edited at the time. If you create a table where you joined multiple tables that table couldn't be properly edited from the frontend
Is your plugin useful for creating a combined table that including tables:
-wp_users
-wp_usermeta
-wp_bp_xprofile_fields
-wp_bp_xprofile_data
for user management in frontend?
Hi Vitaly,
Thank you for your inquire.
Our plugin could create wpDataTables tables from database tables by either entering a query or using our table constructor which will allow you to choose which columns to you want to include and generate a query for you - Documentation
Please keep in mind that only one table from the database could be edited at the time. If you create a table where you joined multiple tables that table couldn't be properly edited from the frontend