Skip to main content

Data grid

The popular data grid library AG Grid is seamlessly integrated into our design system, allowing you to harness its powerful features while maintaining consistency with our styleguide.

Angular data grid - Code

info

AG Grid is a third party library that provides a feature rich data grid implementation.

Its basic functionality is free and open source (distributed under the MIT license).

Please note that more advanced features like e.g. Row Grouping are only available with AG Grid Enterprise which is a commercial product.

More information can be found on the AG Grid licenses page.

Installation

Siemens Industrial Experience theme for AG Grid

Install the @siemens/ix-aggrid package.

npm install @siemens/ix-aggrid

and apply the style file in one of your project's style files e.g. styles.scss

@import '@siemens/ix-aggrid/dist/ix-aggrid/ix-aggrid.css';

Siemens Industrial Experience theming for AG Grid (ag-theme-ix) is based on ag-theme-alpine-dark. Therefore it is vital to apply the two CSS theme classes in the correct order:

  1. ag-theme-alpine-dark
  2. ag-theme-ix

e.g.:

<div class="ag-theme-alpine-dark ag-theme-ix"></div>

Basic