0

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();
4

1 に答える 1

0

で試してみaoColumnsますsType=numericか? これはあなたにとって役立つかもしれません。

于 2012-08-20T09:18:07.520 に答える