Render currency and symbol and combine with data from a different cell
问题 I am working with latest jQuery DataTables v1.10.7 and I am trying to parse a number into the following format: $239.90 USD I am being able make the currency working with this command: columns: [ { data: "Price", render: $.fn.dataTable.render.number(',', '.', 2, '$') }, however the output of this is $239.90 without the USD the USD should be coming from other data that I have in a different row named Currency : row['Currency'] What I'm trying to do is something like this: columns: [ { data: