how do i allow url in a certain filed?
how do i allow url in a certain filed?
ahmed786
Posts: 2Questions: 1Answers: 0
i have the file location stored in database field and i have this description stored in same table. i was able to display this description in datatable, how do i link this file location or url to this description for example:
<td> <a href="file_location_filed_goes here"> Description goes here </a> </td>
This discussion has been closed.
Replies
We'd need a lot more information that you have provided in order to offer any help here (the forum rules request a test case so we can get that information and offer help).
You might need to use
columns.render
as a function to construct the HTML - which I suspect is most likely, but can't say for sure.Allan