Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Package version - 20.3.47
Running site improve on the following GridComponent has raised two issues with SiteImprove accessibility tool:
ARIA - State or Property Not Supported
Complaining about having an aria-selected attribute on an anchor tag. Seems that it's the page selected in the pagination component

1.3.1 Info and Relationships - No data cells assigned to table header
Issue seems to be the association of data cells to their table headers. If I manipulate the rendered component so that the tbody compononent is in the same table definition as thead, the issue goes away.
However, this would involve implementing my own templates. I would expect this to be accessible as standard.
GridComponet defined as follows: