1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-16 23:55:46 +01:00

Removed commented out code

This commit is contained in:
Max Guglielmi 2017-02-26 21:45:41 +11:00
commit 574e2c3761

View file

@ -455,13 +455,6 @@ export class TableFilter {
this.onRowValidated = isFn(f.on_row_validated) ?
f.on_row_validated : EMPTY_FN;
/**
* List of columns implementing custom filtering
* @type {Array}
*/
// this.cellParserCols = f.custom_cell_data_cols ?
// f.custom_cell_data_cols : [];
/**
* Specify which column implements a custom cell parser to retrieve the
* cell value: