How do I append a string to a value in jquery.DataTables? e.g. I want to show 45.6%
rather than 45.6
. The data is coming from an array of objects where the percentage is as a decimal number rather than a string.
Also, is it possible to wrap a class around a value, (so I can style minus numbers in red for example)?