We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hello,
I have some data in one table and would like to open another table on another page based on the value I'm clicking. To try to be more precise, I would like to open a table: by clicking on the value present in a cell, for example an id, I would like to open a table referring to that value.
Hi Marco,
Thank you for your purchase
Sorry for the delay in our responses, has been national holidays in our country for the last two days.
Well we don't have this built-in function, but you can try it next but you will need some experience with writing SQL queries and using WP hooks.
You can create a table with a query for example
and then on your_custom_page, you will insert a shortcode of the tableID that you need with a placeholder like this
[wpdatatable id=1 var1=1]
of course, you will create that second table from a query like
SELECT * FROM second_table WHERE user_id = %VAR1%
and then you will use our hook for dynamic upsetting placeholders(you will insert this in functions.php file of your theme or child theme)
Like this, I believe you will get a result as you need
If you don't have an SQL table, then there is also a workaround but with our add-on Master-detail and some hooks.
Let me know if you are interested in this.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables