Okay
  Public Ticket #2899462
What data the plugin can pull when creating a table from Wordpress Database
Closed

Comments

  • Patrick Xiao started the conversation

    Hello I was looking at your wpdatatables and I was interested in your plugins ability to create a table from the wordpress database. 

    I was wondering if the plugin can take data created by another database for example my site uses dokan and has various vendors. Can I make a table from the vendor data that dokan has created and saved in the wordpress document? 


    Thank you

  • [deleted] replied

    Hi Patrick

    Thank you for reaching out to us.

    Pulling data from another database can only be achieved using MySQL query-based tables. If you're not that good with MySQL, you can try using our Query Constructor, but please note that this constructor is just a helper - it's not an ultimate query generator.

    It constructs a suggestion of a query, that you often need to modify to get the data you need. Included support for the plugin doesn't cover writing custom queries, so we wouldn't be able to help you with that.