File tree Expand file tree Collapse file tree 7 files changed +23
-0
lines changed
apps/demos/Demos/TreeList/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 # employees {
2+ min-height : 600px ;
3+ }
4+
15::ng-deep # employees .ai__cell {
26 background-color : var (--dx-datagrid-row-alternation-bg );
37}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export default function App() {
3030 autoExpandAll = { true }
3131 aiIntegration = { aiIntegration }
3232 onAIColumnRequestCreating = { onAIColumnRequestCreating }
33+ className = "ai__datagrid"
3334 >
3435 < Paging enabled = { true } pageSize = { 10 } />
3536 < Scrolling mode = "standard" />
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# app .name_cell > div {
610 align-items : flex-end;
711}
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export default function App() {
2626 autoExpandAll = { true }
2727 aiIntegration = { aiIntegration }
2828 onAIColumnRequestCreating = { onAIColumnRequestCreating }
29+ className = "ai__datagrid"
2930 >
3031 < Paging
3132 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# app .name_cell > div {
610 align-items : flex-end;
711}
Original file line number Diff line number Diff line change 88 :showBorders =" true"
99 :aiIntegration =" aiIntegration"
1010 :onAIColumnRequestCreating =" onAIColumnRequestCreating"
11+ class =" ai__datagrid"
1112 >
1213 <DxScrolling :mode =" 'standard'" />
1314 <DxPaging
@@ -94,6 +95,10 @@ const onAIColumnRequestCreating = (e: { data: Partial<IEmployee>[] }) => {
9495 background-color : var (--dx-datagrid-row-alternation-bg );
9596}
9697
98+ .ai__datagrid {
99+ min-height : 600px ;
100+ }
101+
97102#app .employee__cell > div {
98103 align-items : flex-end ;
99104}
Original file line number Diff line number Diff line change 1+ # treeList {
2+ min-height : 600px ;
3+ }
4+
15# treeList .ai__cell {
26 background-color : var (--dx-datagrid-row-alternation-bg );
37}
You can’t perform that action at this time.
0 commit comments