1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-18 05:35:51 +02:00

Removed commented out code left-overs (2)

This commit is contained in:
Max Guglielmi 2016-11-10 15:56:30 +11:00
parent 777d8df76e
commit cbe5d8ef71

View file

@ -377,7 +377,6 @@ export class GridLayout extends Feature {
if (this.enableFilters && tf.fltGrid) {
tf.externalFltTgtIds = [];
for (let j = 0; j < tf.getCellsNb(); j++) {
// let fltTdId = tf.prfxFlt + j + this.prfxGridFltTd + tf.id;
let fltTdId = `${tf.prfxFlt + j + this.prfxGridFltTd + tf.id}`;
let cl = createElm(tf.fltCellTag, ['id', fltTdId]);
filtersRow.appendChild(cl);