Results:
Loading...

JavaScript Data GridGrid Options

All of these grid options are available through the generic GridOptions<TData> interface.

TData can optionally be used to represent the shape of the row data and is explained further under Typescript Generics.

Accessories

See: Status Bar
See: Side Bar
See: Context Menu
See: Column Menu

Clipboard

See Clipboard for more information.

Column Definitions

See Column / Column Group definitions for more information

Column Headers

See Column Headers for more information.

Column Moving

See Column Moving for more information.

Column Sizing

See Column Sizing for more information.

Components

See Components for more information.

Editing

See Cell Editing for more information.

Export

See Export for more information.

See: Excel Export Styles

Filtering

See Filtering for more information.

See: Quick Filter Parser
See: Quick Filter Matcher
See: External Filter
See: External Filter
See: Advanced Filter
See: Advanced Filter

Integrated Charts

See Integrated Charts for more information.

See: Configuring Toolbar Items
See: Configuring Toolbar Items
See: Custom Chart Themes

Keyboard Navigation

See Keyboard Navigation for more information.

Loading Cell Renderers

See loadingCellRenderer for more information.

Localisation

See Localisation for more information.

Master Detail

See Master Detail for more information.

Miscellaneous

See: Context

Overlays

See Overlays for more information.

Pagination

See Row Pagination for more information.

Pivot and Aggregation

See Pivot and Aggregation for more information

See: Custom Full Row Aggregation

Rendering

Row Drag and Drop

See Row Dragging for more information.

See: Custom Row Drag Text

Row Full Width

See Full Width Rows for more information.

Row Grouping

See Row Grouping for more information.

See: Enabling Group Footers
See: Initial Group Order
See: Tree Data

Row Pinning

Row data uses the generic type TData if provided via GridOptions<TData>. Otherwise TData will default to any.

See Row Pinning for more information.

RowModel

See Row Model for more information.

RowModel: Client-Side

Row data uses the generic type TData if provided via GridOptions<TData>. Otherwise TData will default to any.

See Client-Side Row Model for more information.

RowModel: Infinite

See Infinite Row Model for more information.

See: Datasource

RowModel: Server-Side

See Server-Side Row Model for more information.

See: Registering the Datasource
See: SSRM Tree Data
See: SSRM Tree Data

RowModel: Viewport

See Viewport Row Model for more information.

Scrolling

See Scrolling for more information.

Selection

See Selection Overview for more information.

See: Specify Selectable Rows

Sorting

See Row Sorting for more information.

See: Post Sort

Styling

See: Row Height
See: Row Style
See: Row Style
See: Row Class
See: Row Class Rules
See: Full Width Rows

Tooltips

See Tooltip Component for more information.