How to sort DataTables with formatted values?
I need to format the values in the table but then sorting won't work.. How can you use formatted values in the cells?
<table>
<tr>
<td data-value="10000.45">10,000.45</td>
<td data-value="458">458.00</td>
</tr>
</table>
$('table').dataTable();