Skip to content

Commit

Permalink
fix: [Obs Applications > Service Error Detail][SCREEN READER]: Table …
Browse files Browse the repository at this point in the history
…rows need TH[scope="row"] for SR usability: 0010 (#186973)

Closes: elastic/observability-dev#3547

## Summary

`rowHeader` attribute was added for the following table

<img width="1482" alt="image"
src="https://github.com/elastic/kibana/assets/20072247/e906e289-e576-499a-92ba-73cdf3c307ec">
  • Loading branch information
alexwizp authored Jul 1, 2024
1 parent 8cbab32 commit 1767aa4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export function TopErroneousTransactions({ serviceName }: Props) {
<EuiBasicTable
items={data.topErroneousTransactions}
columns={columns}
rowHeader="transactionName"
loading={loading}
data-test-subj="topErroneousTransactionsTable"
error={
Expand Down

0 comments on commit 1767aa4

Please sign in to comment.