mantine-react-table
mantine-react-table copied to clipboard
state.isLoading spinner can be scrolled past when table has a sticky footer.
mantine-react-table version
1.1.1
react & react-dom versions
18.2.0
Describe the bug and the steps to reproduce it
For sticky footer tables the isLoading state's "loading spinner" is only visible for the top of the table.
If the user scrolls down he will not see the spinner.
This is especially noticeble if there is data in the table already.
Minimal, Reproducible Example - (Optional, but Recommended)
https://codesandbox.io/p/sandbox/vibrant-wu-zxwdhf?file=/src/TS.tsx:40,20
Screenshots or Videos (Optional)
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms
- [X] I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.