Skip to content

Commit 8bed175

Browse files
committedJan 13, 2025
up
1 parent 7d349a8 commit 8bed175

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed
 

‎grid/cellsselection/src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ import { jqxButtonComponent, jqxButtonModule } from 'jqwidgets-ng/jqxbuttons';
77
import { generatedata } from '../assets/generatedata';
88

99
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
10+
import { jqxCheckBoxComponent, jqxCheckBoxModule } from 'jqwidgets-ng/jqxcheckbox';
1011

1112
@Component({
1213
selector: 'app-root',
13-
imports: [jqxGridModule, jqxDropDownListModule, jqxInputModule, jqxButtonModule],
14+
imports: [jqxGridModule, jqxDropDownListModule, jqxInputModule, jqxCheckBoxModule, jqxButtonModule],
1415
standalone: true,
1516
templateUrl: './app.component.html'
1617
})

‎grid/customfiltermenu/src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ import { jqxPanelComponent, jqxPanelModule } from 'jqwidgets-ng/jqxpanel';
44
import { generatedata } from '../assets/generatedata';
55
import { jqxButtonComponent, jqxButtonModule } from 'jqwidgets-ng/jqxbuttons';
66
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
7+
import { jqxCheckBoxComponent, jqxCheckBoxModule } from 'jqwidgets-ng/jqxcheckbox';
78

89
@Component({
910
selector: 'app-root',
10-
imports: [jqxGridModule, jqxPanelModule, jqxButtonModule],
11+
imports: [jqxGridModule, jqxPanelModule, jqxCheckBoxModule, jqxButtonModule],
1112
standalone: true,
1213
templateUrl: './app.component.html',
1314
styleUrls: ['./app.component.css'],

‎grid/editmodes/src/app/app.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { Component, ViewChild, ViewEncapsulation } from '@angular/core';
22

3-
4-
53
import { generatedata } from '../assets/generatedata';
64
import { jqxCheckBoxComponent, jqxCheckBoxModule } from 'jqwidgets-ng/jqxcheckbox';
75
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';

‎grid/sorting/src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ import { jqxPanelComponent, jqxPanelModule } from 'jqwidgets-ng/jqxpanel';
44

55
import { jqxGridModule, jqxGridComponent } from 'jqwidgets-ng/jqxgrid';
66
import { jqxButtonComponent, jqxButtonModule } from 'jqwidgets-ng/jqxbuttons';
7+
import { jqxCheckBoxComponent, jqxCheckBoxModule } from 'jqwidgets-ng/jqxcheckbox';
78

89
@Component({
910
selector: 'app-root',
10-
imports: [jqxGridModule, jqxPanelModule, jqxButtonModule],
11+
imports: [jqxGridModule, jqxPanelModule, jqxCheckBoxModule, jqxButtonModule],
1112
standalone: true,
1213
templateUrl: './app.component.html',
1314
styleUrls: ['./app.component.css'],

0 commit comments

Comments
 (0)