Skip to content

@siemens/ix-aggrid@5.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:51
dd18d68

Minor Changes

  • #2713 4892be9 Thanks @nuke-ellington! - Add optional theme configuration to getIxTheme and getIxThemeAsync with stripedRows for API-based striped row styling.

    AG Grid now defaults to a uniform row background, while striped rows can be enabled with:

    getIxTheme(agGridCommunity, { stripedRows: true })