Examples
Browse interactive Angular examples and copy-paste code samples that demonstrate how to wire up gp-grid features inside a typical Angular application.
Explore code examples demonstrating gp-grid's features with Angular.
Sorting
Multi-column sorting with visual indicators
Filtering
Column filtering with operators and debounced input
Selection
Cell and range selection with keyboard support
Editing
Inline editing with fill handle
Custom Renderers
Custom cell, edit, and header renderers
Highlighting
Row, column, and cell highlighting
Column Dragging
Reorder columns by dragging headers
Row Dragging
Reorder rows by dragging
Basic Usage
Walk through the fundamentals of using gp-grid in Angular, from defining columns and providing data to wiring up the Grid component in your first page.
Sorting
Enable single and multi-column sorting in the Angular grid, including custom comparators, programmatic sort state, and persistent sort indicators here.