Dynamically populate a column with values that must be evaluated
Dynamically populate a column with values that must be evaluated
cerasella
Posts: 2Questions: 1Answers: 0
I know, big question. let me explain. I'm just getting used to DataTables and I want one of the columns of the table to render a <span class='glyphicon glyphicon-ok'></span> if a value retrieved from an object is true, and <span class='glyphicon glyphicon-remove'></span> if the value is false. I'm trying to find the appropriate method to do this for over an hour. Can somone please point me in the right direction?
This discussion has been closed.