You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to generate the column definition with script, to handle mutable column returned from backend, I also need to handle different custom filter function on some of the columns.
However, currently the getFilteredContent in fixtable-grid.js only pass 'row' and 'filterValue' into the filterFunction, meaning there is no easy way to identify which column I am working on, making it difficult to construct the column definition with script.
Can we also pass the columnkey into the filterFunction? That would make constructing a fixtable with dynamic column list easier, with minimum change to the code.
The text was updated successfully, but these errors were encountered:
When trying to generate the column definition with script, to handle mutable column returned from backend, I also need to handle different custom filter function on some of the columns.
However, currently the getFilteredContent in fixtable-grid.js only pass 'row' and 'filterValue' into the filterFunction, meaning there is no easy way to identify which column I am working on, making it difficult to construct the column definition with script.
Can we also pass the columnkey into the filterFunction? That would make constructing a fixtable with dynamic column list easier, with minimum change to the code.
The text was updated successfully, but these errors were encountered: