mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-17 08:05:44 +01:00
Removed commented out code
This commit is contained in:
parent
90b5e3cdca
commit
574e2c3761
1 changed files with 0 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue