gp-grid-logo
API Reference

API Overview

Complete API reference for gp-grid-vue

API Reference

Complete API documentation for gp-grid-vue.

Exports

// Component
import { Grid } from "gp-grid-vue";

// Types
import type {
  GridProps,
  ColumnDefinition,
  CellDataType,
  CellValue,
  CellPosition,
  CellRange,
  SortDirection,
  SortModel,
  FilterModel,
  DataSource,
  DataSourceRequest,
  DataSourceResponse,
  MutableDataSource,
  CellRendererParams,
  EditRendererParams,
  HeaderRendererParams,
} from "gp-grid-vue";

// Data Source Factories
import {
  createClientDataSource,
  createDataSourceFromArray,
  createMutableClientDataSource,
  createServerDataSource,
} from "gp-grid-vue";

On this page