fromSitePoint Forums | Web Development & Design Community
3 months agoNeed currency pound symbol before amount calculation
$('table#list tfoot .grand-total').text( '£' + parseFloat(grand_total).toLocaleString('en-gb', { style: 'decimal', maximumFractionDigits: 2 }));