-
Notifications
You must be signed in to change notification settings - Fork 621
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
fix(Table): hide data when loading state is active #460
fix(Table): hide data when loading state is active #460
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe wrapping the tr
around a <template v-else>
at the bottom would be better?
You are right |
@benjamincanac Done |
@benjamincanac @Haythamasalama is there any way to have the older behavior? Because I have infinite scrolling and now I can't scroll, it jumps always to the top. Before it looked good because was showing that was loading more 🤔 |
I guess you can disable the |
After :
![image](https://private-user-images.githubusercontent.com/37311945/256945566-73ed6c73-9de8-42ec-b615-8f997bed28b4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzE1NjQsIm5iZiI6MTczOTMzMTI2NCwicGF0aCI6Ii8zNzMxMTk0NS8yNTY5NDU1NjYtNzNlZDZjNzMtOWRlOC00MmVjLWI2MTUtOGY5OTdiZWQyOGI0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAzMzQyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMzMjgzM2NkNWNjM2I5ZTZlYjgwODljOTlmMTNlOWIwNWViZmQyYmRiMDk4OWRiYjZmOWMxYTg5NzhjZDA0NmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jLr_zjv9T7Ms0HYx_or1nZNEIu9tjppr3_d3vtg2G2Q)
Before