1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 02:16:40 +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",
"version": "0.5.29",
"version": "0.5.30",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {

View file

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