fix: [Obs Applications > Service Error Detail][SCREEN READER]: Table rows need TH[scope="row"] for SR usability: 0010 (#186973)

Closes: https://github.com/elastic/observability-dev/issues/3547

## Summary

`rowHeader` attribute was added for the following table

<img width="1482" alt="image"
src="e906e289-e576-499a-92ba-73cdf3c307ec">
This commit is contained in:
Alexey Antonov 2024-07-01 16:01:01 +03:00 committed by GitHub
parent 8cbab32f6a
commit 1767aa4615
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,6 +154,7 @@ export function TopErroneousTransactions({ serviceName }: Props) {
<EuiBasicTable
items={data.topErroneousTransactions}
columns={columns}
rowHeader="transactionName"
loading={loading}
data-test-subj="topErroneousTransactionsTable"
error={