Data Table
A virtual-scrolling table configured by slotted <arc-column> children.
<arc-data-table> Data Table was removed in v4.0.0. It is not published, and
<arc-data-table> no longer resolves to anything. This page is here so the link
still answers.
Why
Merged into arc-data-grid. The slotted column model was the one thing it had that the survivor does differently — an array of the same fields — and sorting generalises to the multi-sort `sort` array, where a single entry behaves exactly as `sort-column`/`sort-direction` did.
Use instead
- Data Grid Each <arc-column> becomes one entry of the `columns` array, same field names. Selection, virtual scrolling and `overscan` are unchanged.
The full entry, with the mechanical fix, is in MIGRATION.md.