Angular Data Grid Roadmap

Roadmap

What CoreUI Data Grid for Angular ships today and what is planned next — tree data, master-detail panels, a summary row, grouping and aggregation, and multi-level headers.

On this page

The Data Grid is under active development. Everything documented here works today — this page is about what comes next.

Shipped

The 0.1.0 line built the grid’s core; 0.2.0 made it interactive.

Planned

Roughly in the order we expect to reach them, with no dates attached:

  • Tree data — hierarchical, expandable rows with tree-aware sorting and filtering.
  • Master-detail panels — an expandable panel per row for detail views.
  • Summary row — totals, averages and custom aggregates in a footer under the table.
  • Row grouping & aggregation — group rows by column values, with aggregates per group.
  • Column grouping — multi-level headers spanning related columns.
  • Row pinning — sticky rows at the top or bottom, the row-wise counterpart of column pinning.
  • Cell & row spanning — merged cells that keyboard navigation understands.
  • Column autosizing — fit a column to its content from the resize handle or the header menu.
  • Clipboard paste — writing a copied range back through the editing pipeline, with validation and rollback.