UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

29 lines (28 loc) 1.63 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { IgrDataGridAllColumnsModule } from './igr-data-grid-all-columns-module'; import { IgrGridColumnOptionsModule } from './igr-grid-column-options-module'; import { IgrComboBoxColumnModule } from './igr-combo-box-column-module'; import { IgrXInputGroupModule } from "igniteui-react-inputs"; import { IgrMultiColumnComboBoxModule } from './igr-multi-column-combo-box-module'; import { IgrFilterOperandModule } from './igr-filter-operand-module'; import { IgrColumnGroupingModule } from './igr-column-grouping-module'; import { IgrDataGridPagerModule } from './igr-data-grid-pager-module'; import { IgrDataGridToolbarModule } from './igr-data-grid-toolbar-module'; export class IgrDataGridModule { static register() { IgrDataGridAllColumnsModule.register(); IgrGridColumnOptionsModule.register(); IgrComboBoxColumnModule.register(); IgrXInputGroupModule.register(); IgrMultiColumnComboBoxModule.register(); IgrFilterOperandModule.register(); IgrColumnGroupingModule.register(); IgrDataGridPagerModule.register(); IgrDataGridToolbarModule.register(); } }