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
This is happening with MUI DataGrid pagination. If I set isFetching for the loading state of the table, as shown in the docs, it keeps loading even when I go back, even if the data is already in the cache, which is very annoying.
Your minimal, reproducible example
I'm not lying
Steps to reproduce
Even with placeholderData: keepPreviousData set, isLoading should work as usual.
Expected behavior
I want to load table only when fetching fresh data.