Use tables to present tabular data only, not to format a document. Certain table designs are difficult for screen readers to navigate. Give each item its own cell and avoid splitting or merging cells.
create a table with role= grid and set aria-label and aria-describedby attributes make table header focus-able by adding tab-index=0 Use T to go to table It will start from the first column header and ...