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
After upgrading from v3.1.1 to v3.2.1, when I call gridApi.grid.refresh() function to refresh the grid, the custom filter function (declared under columnDefs) is ignored.
By doing some experiments, I realize that the custom filter function is only triggered in v3.2.1 if we manually put text in the filter box.
In this Plunker, the filter term is changed by clicking on the toggle button. The button also triggers refresh() function, this originally would cause the grid to re-evaluate custom filter function. Now it has lost its functionality.
This is a bug report, not a question on how to use the grid.
You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
You are using the latest version of the grid. Older versions are not patched or supported.
You have provided steps to recreate your bug. A plunker is even better.
The text was updated successfully, but these errors were encountered:
After upgrading from v3.1.1 to v3.2.1, when I call
gridApi.grid.refresh()
function to refresh the grid, the custom filter function (declared undercolumnDefs
) is ignored.By doing some experiments, I realize that the custom filter function is only triggered in v3.2.1 if we manually put text in the filter box.
This Plunker demonstrates the issue.
In this Plunker, the filter term is changed by clicking on the toggle button. The button also triggers
refresh()
function, this originally would cause the grid to re-evaluate custom filter function. Now it has lost its functionality.The text was updated successfully, but these errors were encountered: