Sorry but I did not quite understand you, can you please describe me more. You want to make column to be populated with the URL links so when the user click on it it redirects to the link that is provided in the column, or I am making a mistake? Thank you.
Thanks for your reply. What I want to achieve might be something out of the box. So lets say I have a table which has two columns - name column and tel column, the table name is called "tableee", whenever someone types in an URL with query , for example, www.example.com?table=tableee&name=awesome&tel=12345678
then from the query that is matching, it will create a new row in the table "tableee" with name cell "awesome" and tel cell "12345678". I know it is not something that comes with the plugins itself, but I just hope I can get some insights on how to implement this. Thanks for your help!
Maybe the easiest way to do this is to create php script that will update database based on the parameters that you sent through url. Please take a look at basic example at this link
It would be much harder to make this using our plugin and implementing the customization from the scratch.
Hello,
I need a little help with the implementation here. So here what I want to achieve is through URL query, for example query like this,
www.example.com?name=awesome&tel=12345678
How am I gonna do so that I can create a new row in this table which has the name and tel column every time someone types the above URL?
Thanks and really appreciate your time!
Hi issacchua,
Thank you for your purchase.
Sorry but I did not quite understand you, can you please describe me more.
You want to make column to be populated with the URL links so when the user click on it it redirects to the link that is provided in the column, or I am making a mistake?
Thank you.
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,
Thanks for your reply. What I want to achieve might be something out of the box. So lets say I have a table which has two columns - name column and tel column, the table name is called "tableee", whenever someone types in an URL with query , for example, www.example.com?table=tableee&name=awesome&tel=12345678
then from the query that is matching, it will create a new row in the table "tableee" with name cell "awesome" and tel cell "12345678". I know it is not something that comes with the plugins itself, but I just hope I can get some insights on how to implement this. Thanks for your help!
Hi issacchua,
Maybe the easiest way to do this is to create php script that will update database based on the parameters that you sent through url.
Please take a look at basic example at this link
It would be much harder to make this using our plugin and implementing the customization from the scratch.
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 for the link! I will see what I can do with it, thank you :)