Overlay for loading #21
-
Started using this lib and it looks great. Is there any native way to show an ovelray when the table is loading ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is nothing native for it. However, you can do this yourself! I give you some hints: Take the Server/Search/with Callback from the Storybook for example. In the If you want to have a loading indicator which is displayed as overlay, you just need to create such overlay component (at the end, it's just some CSS) next to the table component. However, I try to find the time this week to make an example for it! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Story: https://react-table-library.com/?path=/story/server-recipes-overlay--base
Source Code: https://github.com/table-library/react-table-library/blob/master/.storybook/stories/Server/Recipes/overlay.story.js