mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
8cbab32f6a
commit
1767aa4615
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ export function TopErroneousTransactions({ serviceName }: Props) {
|
|||
<EuiBasicTable
|
||||
items={data.topErroneousTransactions}
|
||||
columns={columns}
|
||||
rowHeader="transactionName"
|
||||
loading={loading}
|
||||
data-test-subj="topErroneousTransactionsTable"
|
||||
error={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue