Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IX_REPO_BRANCH='main'
IX_REPO_BRANCH='@siemens/ix@5.2.0'
IX_REPO_TYPE='branch' # For pull requests use "pull request" as value
IX_REPO_PR=''

Expand Down
7 changes: 7 additions & 0 deletions docs/components/grid/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ doc-type: 'tab-item'
description: 'Code examples and API documentation for the ix-aggrid'
---
import AggridPlayground from '@site/docs/autogenerated/playground/aggrid.mdx';
import AggridStripedPlayground from '@site/docs/autogenerated/playground/aggrid-striped.mdx';

# Angular data grid - Code

Expand Down Expand Up @@ -62,3 +63,9 @@ agGrid.provideGlobalGridOptions({
## Basic

<AggridPlayground height="14rem" />

## Striped rows

Enable alternating row styling with `getIxTheme(agGridCommunity, { stripedRows: true })`.

<AggridStripedPlayground height="14rem" />
Loading