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:
parent
4619176c86
commit
3e271bb1cf
11 changed files with 23 additions and 23 deletions
|
|
@ -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 ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue