mantine-react-table icon indicating copy to clipboard operation
mantine-react-table copied to clipboard

state.isLoading spinner can be scrolled past when table has a sticky footer.

Open MrHus opened this issue 2 years ago • 0 comments

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)

Screenshot 2023-08-18 at 10 48 42

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.

MrHus avatar Aug 18 '23 08:08 MrHus