Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
I am testing out the plugin and 1 item that I either cannot figure out or it does not do. I am rebuilding some old code that basically does a spit out of a table and only shows, in my case Lic# FName LName. From there the Lic# is linkable to where it will "query" that specific entry and display all fields "Details" of the entry.
My question is can the plugin support query of the query if you want to call it that. I need to be able to show the results then be able to do a details view of a row.
Hey Christopher
Thank you for your interest in our plugin.
wpDataTables can't generate another query when you click on an entry if that's what you mean.
There's a way to work around this. Let's look at the 2nd table first:
You would be able to create a table where Lic# will "query" that specific entry and display all fields "Details" of the entry. That table would have its own ID and shortcode. When you generate that table, you can assign one of the values to the %VAR1% placeholder and then modify the query to include a condition:
Now, the 1st table can be generated, but with a custom CONCAT function that would apply the Lic# to the page where the other table is, and update its VAR1 entry using dynamic placeholders. Please note that this does require some experience with writing SQL queries and using WP hooks.
You can create the 1st table with a query similar to this:
Then, on your_custom_page you will insert a shortcode of the table ID that you need, with a placeholder like this:
[wpdatatable id=1 var1=1]
The second table (again) would be created from a query like this:
After that, you can use a hook for dynamic placeholders:
This is the only way you can achieve the results that you need.
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