rare-sapphire
rare-sapphire•2y ago

Having issue in properties of useTable hook

Hi, the enable property of queryOptions in useTable hook is set to false but the loading state is true. Is there any methods to make it false
2 Replies
Omer
Omer•2y ago
Hey @Kishore 👋 , I'm not sure but this is about react-query. You can try to browse the documentation or you can use the isFetching property https://tanstack.com/query/v4/docs/guides/queries
rare-sapphire
rare-sapphire•2y ago
Thanks for the help. I'll check that