diff --git a/dist/filtergrid.css b/dist/filtergrid.css index 80ba9933..96c554c5 100644 --- a/dist/filtergrid.css +++ b/dist/filtergrid.css @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------ - TableFilter stylesheet by Max Guglielmi - - (build date: Sat Apr 11 2015 19:04:42) + - (build date: Sat Apr 11 2015 19:12:40) - Edit below for your projects' needs ------------------------------------------------------------------------*/ diff --git a/src-es6/tablefilter.js b/src-es6/tablefilter.js index f2a2b3cf..c30858db 100644 --- a/src-es6/tablefilter.js +++ b/src-es6/tablefilter.js @@ -3517,7 +3517,7 @@ export default class TableFilter{ index =====================================================*/ getHeaderElement(colIndex){ - var table = this.gridLayout ? this.headTbl : this.tbl; + var table = this.gridLayout ? this.Cpt.gridLayout.headTbl : this.tbl; var tHead = dom.tag(table, 'thead'); var headersRow = this.headersRow; var header; diff --git a/src/index.html b/src/index.html index 33b8a701..0f1d361d 100644 --- a/src/index.html +++ b/src/index.html @@ -113,7 +113,7 @@ // remember_page_length: true, fill_slc_on_demand: false, linked_filters: false, - popup_filters: false, + popup_filters: true, alternate_rows: true, highlight_keywords: true, match_case: false, diff --git a/src/tablefilter.js b/src/tablefilter.js index 670da15c..939ac59b 100644 --- a/src/tablefilter.js +++ b/src/tablefilter.js @@ -3499,7 +3499,7 @@ define(["exports", "module", "event", "dom", "string", "cookie", "types", "array =====================================================*/ value: function getHeaderElement(colIndex) { - var table = this.gridLayout ? this.headTbl : this.tbl; + var table = this.gridLayout ? this.Cpt.gridLayout.headTbl : this.tbl; var tHead = dom.tag(table, "thead"); var headersRow = this.headersRow; var header;