columns data value in href

columns data value in href

fael_christofanofael_christofano Posts: 13Questions: 2Answers: 0

Hi,
I need put one link in href with the value of one variable(path_file).

"columns":[
{ "data": "id", "width": "5%" },
{
"data": "path_file",
"defaultContent": "<a href='path_file' class='btn btn-danger fa fa-pencil-square-o' alt='Open File'></a>",
}
]

The variable path_file can´t to be show in datatable column, the column will have the link that will redirect to the page with the variable value. How is the best way of make this?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.