I have a jqgrid, its option :formatter => "currency"
It is converting number 5 as $5.00, but this is a credit amount so I need to display it as ($5.00) instead of $5.00.
Any recommendations what should I change in :formatter => "currency"?
