File tree Expand file tree Collapse file tree 7 files changed +23
-0
lines changed
apps/demos/Demos/DataGrid/AIColumns Expand file tree Collapse file tree 7 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ ::ng-deep # gridContainer {
2+ min-height : 600px ;
3+ }
4+
15::ng-deep # gridContainer .ai__cell {
26 background-color : var (--dx-datagrid-row-alternation-bg );
37}
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export default function App() {
4141 keyExpr = "ID"
4242 aiIntegration = { aiIntegration }
4343 onAIColumnRequestCreating = { onAIColumnRequestCreating }
44+ className = "ai__datagrid"
4445 >
4546 < Paging
4647 enabled = { true }
Original file line number Diff line number Diff line change 22 background-color : var (--dx-datagrid-row-alternation-bg );
33}
44
5+ .ai__datagrid {
6+ min-height : 600px ;
7+ }
8+
59.trademark__wrapper {
610 display : flex;
711 align-items : center;
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export default function App() {
3333 keyExpr = "ID"
3434 aiIntegration = { aiIntegration }
3535 onAIColumnRequestCreating = { onAIColumnRequestCreating }
36+ className = "ai__datagrid"
3637 >
3738 < Paging
3839 enabled = { true }
Original file line number Diff line number Diff line change 22 background-color : var (--dx-datagrid-row-alternation-bg );
33}
44
5+ .ai__datagrid {
6+ min-height : 600px ;
7+ }
8+
59.trademark__wrapper {
610 display : flex;
711 align-items : center;
Original file line number Diff line number Diff line change 55 :showBorders =" true"
66 :aiIntegration =" aiIntegration"
77 :onAIColumnRequestCreating =" onAIColumnRequestCreating"
8+ class =" ai__datagrid"
89 >
910 <DxGrouping :contextMenuEnabled =" false" />
1011 <DxPaging :pageSize =" 10" />
@@ -121,4 +122,8 @@ const onAIColumnRequestCreating = (e: { data: Partial<Vehicle>[] }) => {
121122#app .ai__cell {
122123 background-color : var (--dx-datagrid-row-alternation-bg );
123124}
125+
126+ .ai__datagrid {
127+ min-height : 600px ;
128+ }
124129 </style >
Original file line number Diff line number Diff line change 1+ # gridContainer {
2+ min-height : 600px ;
3+ }
4+
15# gridContainer .ai__cell {
26 background-color : var (--dx-datagrid-row-alternation-bg );
37}
You can’t perform that action at this time.
0 commit comments