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
Hi,
is it possible to use shortcode from different addons within a table row?
And can I create a column which will have a link (using php) for each data set which can be called on click?
Sort of like this, but with php:
What limitations are there?
Kind regards, Jottes
HI Johanes,
Thank you for your purchase.
is it possible to use shortcode from different addons within a table row?
Yes, if you are using shortcode from another plugin you have to turn on option Parse shortcodes option on wpDatatables Settings page.
And can I create a column which will have a link (using php) for each data set which can be called on click?
Sorry but I did not quite understand what are you trying to achieve. Can you please explain me more and send me some example/screenshot so I can give you my suggestion.
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
Hi Milan,
I'd like to change a boolean attribute of a data set with a single click, so I thought about creating a link which does that for me via php. A little bit like this, but more advanced:
Would the html and php I use in the SQL work when the table is displayed?
My customers' supervisor has to confirm each entry and it's taking too long for them to use the regular pop up, so I'm looking for a better way.
Regards,
Johannes
Hi Johanes,
If you are making some php script to get data from MySQL we suggest you to make serialized PHP arrays.
Also you can take a look in our documentation about hooks so you may find what you looking for.
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
Hi Johanes,
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
You can't insert php code in query like that. You have to make a script or function which will make that query and then use some of the hooks(for example wpdatatables_before_get_table_metadata) that i provide you in previous post.
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