mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-18 00:19:50 +01:00
Added unit tests
This commit is contained in:
parent
9a694ba263
commit
4965cd5360
10 changed files with 608 additions and 10 deletions
|
|
@ -339,8 +339,7 @@ export class TableFilter {
|
|||
/*** data types ***/
|
||||
//defines default date type (european DMY)
|
||||
this.defaultDateType = f.default_date_type || 'DMY';
|
||||
//defines default thousands separator
|
||||
//US = ',' EU = '.'
|
||||
//defines default thousands separator US = ',' EU = '.'
|
||||
this.thousandsSeparator = f.thousands_separator || ',';
|
||||
//defines default decimal separator
|
||||
//US & javascript = '.' EU = ','
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue