Table
A static table fed positional arrays: `columns: ["A"]` and `rows: [["1"]]`.
<arc-table> Table was removed in v4.0.0. It is not published, and
<arc-table> no longer resolves to anything. This page is here so the link
still answers.
Why
Merged into arc-data-grid, which took its `density` and `striped` on the way. One column model for the whole family: named keys rather than positions, so a column can move without every row moving with it.
Use instead
- Data Grid `columns` become `[{ key, label }]` and each row an object keyed by them. `striped` defaults on — pass `no-striped` for the plain look.
The full entry, with the mechanical fix, is in MIGRATION.md.