fix useTable loading state - #1319
Conversation
Hello from PR HelperIs your PR ready for review and processing? Mark the PR ready by including If you still have work to do, even after marking this ready. Put the PR on hold by including |
|
@omeraplak I'd like to suggest a change to this solution if that's ok 🙂 The configured react query hook returns a cached result and re-validates in the Background. Using It could look like this (I assume liveMode is not "auto" by default since I don't see loading: liveMode === "auto" ? isLoading : status === "loading", |

Hey, I'm client! Test me! 'MASTER'
Link to FIX-USE-TABLE-LOADING-STATE
The
useTableshould show a loading animation based on theisFetchingstate of react-query.isLoadingshould only be considered whenliveModeisauto.Closing issues
closes #1316