replace value
replace value
impex09
Posts: 45Questions: 20Answers: 0
in DataTables
Hi, I have a Question,
I Have a status field that database return (0 and 1)
I want to show in my table
if status = 0 the "Available"
if status = 1 then "Unavailable"
how I can do it?
regards.
This discussion has been closed.
Answers
Hi @impex09 ,
You can use
columns.render
for that.Cheers,
Colin