Tablesorter Formatting

Tablesorter Formatting


Hello,
i'm trying to come up with a way to format data within tablesorter,
i'm basically looking to auto format number values to currency, and
percentages then color that data either red or green to show positive/
negative numbers
my data would be provided as
15.4, 26.5, -8
so i would like table sorter to automatically format it based on the
column, returning:
$15.4, 26.5%, $8
where the first two values are green, and the third in red due to
being a negative integer.
any help is greatly appreciated.