A table component that displays detailed information about nodes affected by an accessibility rule.
Shows the location, source code, and related information for each affected DOM node.
Parameters
props: {nodes?:never[]}
Component props
Optionalnodes?: never[]
Array of DOM nodes affected by the rule
Returns Element
A table showing detailed information about affected nodes
A table component that displays detailed information about nodes affected by an accessibility rule. Shows the location, source code, and related information for each affected DOM node.