1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 12:31:58 +02:00

code formatting

This commit is contained in:
koalyptus 2014-09-19 13:45:24 +00:00
parent 2f00f5acf7
commit bd28ad9dda

View file

@ -122,7 +122,10 @@ var TF = (function() {
if(this.gridLayout){
if(this.headersRow>1){
this.filtersRowIndex = this.headersRow+1;
} else { this.filtersRowIndex = 1; this.headersRow = 0; }
} else {
this.filtersRowIndex = 1;
this.headersRow = 0;
}
}
//defines tag of the cells containing filters (td/th)