Loader not visible on remote data load/filter/sort #846
Unanswered
rajenatidan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried the remote data load example as given in the docs. I copied the whole example, the only change being the data source to my local system. The data loads fine and everything works as expected. I see a horizontal loading line in the example page on top of table and also on bottom border of the table.
But I can't see any loading line on data loading/filtering/sorting in my local project page even though I have copied the exact code and installed mui dependencies as required.
My project was created with CRA.
Using React version 18.2,
mui version 5.14,
emotion-react version 11.11.1,
emotion-styled version 11.11.0,
material-react-table version 2.0.4
I can't understand what am I missing.
Code:
TIA.
Beta Was this translation helpful? Give feedback.
All reactions