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
Based on one filter selection, I am trying to set the value of other filters.
As per the doc provided below, the afterFilter function provides us new table dataset from newResult . https://www.npmjs.com/package/react-bootstrap-table2-filter
While trying to set the corresponding filter values, I am getting stuck with below error.
Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Hence, please help to set corresponding values for rest of the select filters.
00-TylerDurden
changed the title
For select filters, based on one filter selection, set the other filters with corresponding values
For select filters, based on one filter selection, set other filters with corresponding values
Jan 10, 2023
Based on one filter selection, I am trying to set the value of other filters.
As per the doc provided below, the afterFilter function provides us new table dataset from newResult .
https://www.npmjs.com/package/react-bootstrap-table2-filter
While trying to set the corresponding filter values, I am getting stuck with below error.
Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Hence, please help to set corresponding values for rest of the select filters.
This was mentioned in the issue #1097 and #1441
Appreciate your help.
The text was updated successfully, but these errors were encountered: