Sorry to disappoint you but something like this is not possible to achieve with the plugin built in features at the moment.
As as workaround my suggestion is to prepare the MySQL that will return the URL column with the desired data in it so when you click on some cell it will redirect you to the desired page.
To be more precise take a look at this examples on this link.
So your query should return the format for that column like this above with the html tags.Our plugin will recognize it as an Sting column and you will have hyperlink image in the table.
I would like to generate the content of a cell dynamically. I want to create a link including the unique wdt_ID in a cell.
So I want to create a formula like:
"www.example.com/" + %wdt_ID%
resolving in a link to e.g.
www.example.com/1
As I understand, I cannot do it with a formula column. Is there any way to do it?
Thanks in advance
Timo
Hi Timo,
Thank you for your purchase.
Sorry to disappoint you but something like this is not possible to achieve with the plugin built in features at the moment.
As as workaround my suggestion is to prepare the MySQL that will return the URL column with the desired data in it so when you click on some cell it will redirect you to the desired page.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Bogdan,
Sorry to drop in, but your "work around" is something I need to do.
However, how do you implement it?
I can create the MySQL to create the url field value I need, but how do you create a column to become an active link in the table?
thanks!
Hi Larry,
Unfortunately due to our support policy writing queries are not included in the regular support.
Included support covers help with bugs and general inquiries for the plugin features, but not writing custom code or preparing the files.
Maybe this link can help you out.
Thank you for understanding.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
thanks, but I don't need help to create the SQL...
I need help with this part you said, "... so when you click on some cell it will redirect you to the desired page".
How do you make a cell clickable with a link? I would like to have a column with an image and that image be a link.
thanks
Hi Larry,
Sorry for misunderstanding.
We do not have hyperlink image as a column type but I will try to give you an example how to make a hyperlink image and use it with our plugin.
You will need to make a string column and add standard HTML link like
To be more precise take a look at this examples on this link.
So your query should return the format for that column like this above with the html tags.Our plugin will recognize it as an Sting column and you will have hyperlink image in the table.
Hope this can help you .
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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