Render Decimal and Badge

Render Decimal and Badge

wuwuwuwu Posts: 52Questions: 17Answers: 0

Hi, I have tried to render 2 decimal places and comma on Quantity field using below:
"columnDefs": [
{
"targets": [7],
"className": "text-right",
"render": $.fn.dataTable.render.number(',', '.', 2)
}
]

Is it possible if I will also render boostrap badge at the same time? How can I achieve that?
Thanks

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.