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.
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:
SELECT name, id, "<href='http://www.google.com'>link</href>" from table1;
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.
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.
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