diff --git a/dist/tablefilter/tablefilter.js b/dist/tablefilter/tablefilter.js index 689f026a..439da4a6 100644 --- a/dist/tablefilter/tablefilter.js +++ b/dist/tablefilter/tablefilter.js @@ -3584,14 +3584,6 @@ return /******/ (function(modules) { // webpackBootstrap // Initial table width var tblW = this.initialTableWidth(); - // if (tbl.width !== '') { - // tblW = tbl.width; - // } - // else if (tbl.style.width !== '') { - // tblW = parseInt(tbl.style.width, 10); - // } else { - // tblW = tbl.clientWidth; - // } //Main container: it will contain all the elements this.tblMainCont = (0, _dom.createElm)('div', ['id', this.prfxMainTblCont + tf.id]); diff --git a/src/modules/gridLayout.js b/src/modules/gridLayout.js index 19f5139c..58f623aa 100644 --- a/src/modules/gridLayout.js +++ b/src/modules/gridLayout.js @@ -173,14 +173,6 @@ export class GridLayout extends Feature { // Initial table width let tblW = this.initialTableWidth(); - // if (tbl.width !== '') { - // tblW = tbl.width; - // } - // else if (tbl.style.width !== '') { - // tblW = parseInt(tbl.style.width, 10); - // } else { - // tblW = tbl.clientWidth; - // } //Main container: it will contain all the elements this.tblMainCont = createElm('div',