CoreUI Data Grid

Introduction

High-performance data grid — 100,000 rows with sorting, filtering, selection, pagination, server-side data, column resizing, pinning, ordering and full theming, around 48 KB gzipped.

CoreUI Data Grid is a high-performance grid for displaying and interacting with large tabular datasets. It renders 100,000 rows in the browser with sorting, filtering, selection and pagination, and hands off to your API when the data outgrows the browser’s memory.

Why Data Grid

How it’s built

The grid is a thin, styled layer over a headless table engine (state, sorting, filtering, pagination, pinning, ordering, visibility) and row virtualization (windowed rendering). Options are named after the features they control, events are verbs, and event payloads carry the grid’s own state — a small, predictable API.

Get started

  1. Install the package.
  2. Follow the Quickstart to render your first grid.
  3. Browse the feature matrix to see what’s available.

Packages

PackageFrameworkDocs
@coreui/data-gridVanilla JavaScriptcoreui.io/data-grid/docs
@coreui/react-data-gridReactcoreui.io/data-grid/react/docs
@coreui/vue-data-gridVuecoreui.io/data-grid/vue/docs
@coreui/angular-data-gridAngularcoreui.io/data-grid/angular/docs