currency position to the right of number
currency position to the right of number
lebbihehe
Posts: 3Questions: 2Answers: 0
i have this :
{
"data": "price", render: $.fn.dataTable.render.number( ' ', '.', 2, ' $ ' )
}
but i want the dollar sign to be at the right of a number :
20.00 $ instead of $ 20.00
This discussion has been closed.