1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-13 11:22:33 +02:00

Fixing popup filters extra row visibility

This commit is contained in:
koalyptus 2017-07-16 11:27:23 +10:00
parent f2242c4e57
commit 70a7d6540c
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "tablefilter", "name": "tablefilter",
"version": "0.5.29", "version": "0.5.30",
"description": "A Javascript library making HTML tables filterable and a bit more", "description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT", "license": "MIT",
"author": { "author": {

View file

@ -197,7 +197,7 @@ export class PopupFilter extends Feature {
let tf = this.tf; let tf = this.tf;
// Enable external filters // Enable external filters
tf.externalFltTgtIds = []; tf.externalFltTgtIds = [0];
// Override headers row index if no grouped headers // Override headers row index if no grouped headers
// TODO: Because of the filters row generation, headers row index needs // TODO: Because of the filters row generation, headers row index needs