-
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
[Response Ops] Alerts table issues #171738
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
After investigating this in #175119 as well, I've found that the loading indicator issue happens when the specified sort option refers to a column that is not specified in the I'll make sure to add a JSDoc highlighting this aspect in the alerts table configuration options typing. If the intention is to provide a default/fallback sorting option I guess we could do this at AlertsTable-level or provide a dedicated prop. |
…direction (#176172) ## Summary Separates the sorting configuration state by visible and invisible columns, allowing consumers of the AlertsTable to specify `SortCombinations` that include fields not currently visible in the table. Changes the default sorting direction to descending. Closes #175466 Refs #171738
…direction (elastic#176172) ## Summary Separates the sorting configuration state by visible and invisible columns, allowing consumers of the AlertsTable to specify `SortCombinations` that include fields not currently visible in the table. Changes the default sorting direction to descending. Closes elastic#175466 Refs elastic#171738
…direction (elastic#176172) ## Summary Separates the sorting configuration state by visible and invisible columns, allowing consumers of the AlertsTable to specify `SortCombinations` that include fields not currently visible in the table. Changes the default sorting direction to descending. Closes elastic#175466 Refs elastic#171738
@umbopepato No I don't experience any rows jumping issue anymore. But I think I still see the loading issue from time to time. |
Screen.Recording.2024-03-08.at.01.01.08.mov |
🍒 Summary
As part of implementing the Slo alerts Embeddable widget, we used the shared Alerts table from response Ops team. We noticed 2 issues, for which we would need support from the Response Ops team.
Screen.Recording.2023-11-22.at.14.12.08.mov
✅ Acceptance criteria
Observations
This change seemed to fix the issue, but once I switched to a custom alerts table configuration, loading issue not going away happened again. Not consistently though, a race condition. Custom alerts configuration might be irrelevant though, just a simple observation.
The text was updated successfully, but these errors were encountered: