1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 16:32:39 +02:00

Generated by grunt gh-pages

This commit is contained in:
Max Guglielmi 2018-06-09 22:34:29 +10:00
parent 8251ef9e33
commit 049f8b3276

View file

@ -663,7 +663,7 @@ var tfConfig = {
}, },
loader: true, loader: true,
col_types: [ col_types: [
'none', 'string',
'string', 'string',
'number', 'number',
'string', 'string',
@ -672,7 +672,7 @@ var tfConfig = {
'string', 'string',
{ type: 'date', locale: 'en-GB' }, { type: 'date', locale: 'en-GB' },
'date', 'date',
'none' 'string'
], ],
/* custom filtering with cell_parser delegate */ /* custom filtering with cell_parser delegate */