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
If I filter the table to just show failed rows, it looks like this:
I am conditionally displaying an svg icon based on the response.
I added a filterChangeCount to the table which changes everytime a filter is applied and called forceUpdateGrid to force the data to refresh. But it seems like the svg is getting cached. Any ideas on how to fix ??
This is my table component:
If I filter the table to just show failed rows, it looks like this:
I am conditionally displaying an svg icon based on the response.
I added a
filterChangeCount
to the table which changes everytime a filter is applied and calledforceUpdateGrid
to force the data to refresh. But it seems like the svg is getting cached. Any ideas on how to fix ??The text was updated successfully, but these errors were encountered: