-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Alert Table loading state for change and switching pagination #108432
Comments
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
FYI -> @asnehalb @paulewing
|
@mdefazio this seems to be done from the design side, can we close it? |
@katrin-freihofner , I don't think there's additional design work at the moment. It seems like the POC solves this issue. However, is there a separate issue to track this from the engineering side so we know when this is fixed? |
I will add the labels so engineering can pick it up. |
This was fixed in #109269 |
When switching the pagination count or changing pages, the loading indicator appears below the current list of rows.
The expected behavior should be:
When switching pages, height of the table remains the same, loading indicator overlays (or replaces) rows. New rows get loaded in and loading indicator is removed
When adding in rows (switching from 25 -> 100 per page) this ideally be similar to scrolling down a long list where the new rows would be added as I scroll down.
Example:
If I am at the top of the table and choose to change from 25 to 100 per page, the height of the data grid would then change but the content below the first visible 25 rows would be blank until they load. Similarly if I have 100 rows per page set, but my viewport can only see 25, as I scroll down the page, the additional rows would be loaded in a similar fashion. These two experiences should be similar.
The text was updated successfully, but these errors were encountered: