API Reference
API Overview
Complete API reference for gp-grid-vue
API Reference
Complete API documentation for gp-grid-vue.
Grid Props
All props accepted by the Grid component
Column Definition
Configure individual columns
Data Sources
Client-side and server-side data handling
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";