1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-17 16:10:04 +01:00

Fixed getColValues returned data casing

This commit is contained in:
Max Guglielmi 2015-11-07 18:55:44 +11:00
commit 3e271bb1cf
11 changed files with 23 additions and 23 deletions

View file

@ -1931,7 +1931,7 @@ export class TableFilter{
if(j != colIndex || row[i].style.display !== ''){
continue;
}
let cell_data = Str.lower(this.getCellData(cell[j])),
let cell_data = this.getCellData(cell[j]),
nbFormat = this.colNbFormat ?
this.colNbFormat[colIndex] : null,
data = num ?