Database View. Can I click a url in a field to follow this ?
Auteur : Karsten H.
Visité 1076,
Followers 1,
Partagé 0
Hey all. My question is as follows:
I would like to display a table (any sort, database, csv / xls import).
In this table i will have say f.ex:
Field1 Field2 Field3
AA 01 Http://www.vg.no
BB 02 Http://www.db.no
And so on.
Now, i know i can make this fields in a database/csv/xls.. But when imported or viewed in website, will it be possible to click the link in table ?
Regards
Karsten
Posté le
Yes - you make the link as html.
Like this: <a href="https://bramminginfo.dk/">Visit bramminginfo</a>
It should show up like this: Visit bramminginfo
x Karsten H., ... (It > En) ... ... if you post the LINK of your page containing the database viewer, perhaps it could be evaluated in order to be able to apply my EXTRA code to extract the URL and convert it into an active link...
.
ciao
.
Auteur
will this also be valid for the table view that are available in the marketplace ?
Also, is it possible to import a .csv into the table view
Reagars
What do you mean by "table view"?
It will be different methods to show data from:
Database
CSV
XLS
It is possible to import data from a csv file into a database.
If it is about viewing a CSV file in a html table, then I would recommend this:
https://derekeder.github.io/csv-to-html-table/
This software is good, it is free, it is easy to use and you can have links.
If you download the software you will also be able to see how the links is made - there is example CSV files included.