1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

New: Add built-in support for percentage numbers

This commit is contained in:
Allan Jardine 2013-11-12 19:17:18 +00:00
parent 45f9be18ed
commit a287b560b8
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
762a8f1c84be6590224036e1e4645de8f1189445
0b8811d4462acaf212d632ffa880a736b9c2c231

View File

@ -105,7 +105,7 @@
var _re_new_lines = /[\r\n]/g;
var _re_html = /<.*?>/g;
var _re_formatted_numeric = /[',$£€¥]/g;
var _re_formatted_numeric = /[',$£€¥%]/g;