# Angular Data Grid Roadmap

> Features planned for future CoreUI Data Grid releases — inline editing, grouping and aggregation, tree data, full grid keyboard navigation and dynamic row heights.

The Data Grid is under active development. These capabilities are planned for
future releases; the pages in this documentation cover what ships today.

## Shipped

- **[Inline editing](https://coreui.io/data-grid/angular/docs/features/editing/)** — edit cell values in place, with
  built-in editors and a popup contract for rich ones.
- **[Full keyboard navigation](https://coreui.io/data-grid/angular/docs/features/keyboard-navigation/)** —
  `role="grid"` cell-by-cell arrow-key movement, extending the
  [accessible chrome](https://coreui.io/data-grid/angular/docs/guides/accessibility/).

## Planned

- **Grouping & aggregation** — group rows and compute totals per group.
- **Tree data** — hierarchical, expandable rows.
- **Dynamic row heights** — per-row heights in the virtualizer, beyond today's
  fixed `rowHeight`.

Have a request or want to track progress? Open an issue on the
[CoreUI Data Grid repository](https://github.com/coreui/coreui-data-grid).
