-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StudioTableRemotePagination - maintain height when spinner is displayed #13040
Labels
kind/chore
status/ready-for-dev
Status: Used for issues that are ready for development. Has been through grooming.
Comments
ErlingHauan
added
status/ready-for-dev
Status: Used for issues that are ready for development. Has been through grooming.
kind/chore
labels
Jun 27, 2024
3 tasks
@ErlingHauan what do you think of adding support for prefetching as well using tanstack-query? Then we got fewer loaders, but we still need to fix the UI glitches. 😊 |
@framitdavid good idea, lets include that in this issue as well 😊 |
2 tasks
3 tasks
3 tasks
tested ok in dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/chore
status/ready-for-dev
Status: Used for issues that are ready for development. Has been through grooming.
Description
Table jumping when navigating between pages
When navigating between pages of the table, the height of the table container changes when the spinner appears/disappears. This only happens when the "page" in the table is not cached. Ideally only the content of the table should be hidden by the spinner, and the height should be unchanged so that the table doesn't "jump" up and down.
Screen.Recording.2024-06-27.at.10.28.10.mov
Add support for prefetching
Use Tanstack Query to prefetch the text page, so that we get fewer loaders
Use StudioButton instead of Button
Language fixes
The text was updated successfully, but these errors were encountered: