As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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