File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default function App() {
4141 keyExpr = "ID"
4242 aiIntegration = { aiIntegration }
4343 onAIColumnRequestCreating = { onAIColumnRequestCreating }
44- className = "ai__datagrid "
44+ className = "ai__grid "
4545 >
4646 < Paging
4747 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 {
5+ .ai__grid {
66 min-height : 600px ;
77}
88
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function App() {
3333 keyExpr = "ID"
3434 aiIntegration = { aiIntegration }
3535 onAIColumnRequestCreating = { onAIColumnRequestCreating }
36- className = "ai__datagrid "
36+ className = "ai__grid "
3737 >
3838 < Paging
3939 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 {
5+ .ai__grid {
66 min-height : 600px ;
77}
88
Original file line number Diff line number Diff line change 55 :showBorders =" true"
66 :aiIntegration =" aiIntegration"
77 :onAIColumnRequestCreating =" onAIColumnRequestCreating"
8- class =" ai__datagrid "
8+ class =" ai__grid "
99 >
1010 <DxGrouping :contextMenuEnabled =" false" />
1111 <DxPaging :pageSize =" 10" />
@@ -123,7 +123,7 @@ const onAIColumnRequestCreating = (e: { data: Partial<Vehicle>[] }) => {
123123 background-color : var (--dx-datagrid-row-alternation-bg );
124124}
125125
126- .ai__datagrid {
126+ .ai__grid {
127127 min-height : 600px ;
128128}
129129 </style >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default function App() {
3030 autoExpandAll = { true }
3131 aiIntegration = { aiIntegration }
3232 onAIColumnRequestCreating = { onAIColumnRequestCreating }
33- className = "ai__datagrid "
33+ className = "ai__grid "
3434 >
3535 < Paging enabled = { true } pageSize = { 10 } />
3636 < 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 {
5+ .ai__grid {
66 min-height : 600px ;
77}
88
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default function App() {
2626 autoExpandAll = { true }
2727 aiIntegration = { aiIntegration }
2828 onAIColumnRequestCreating = { onAIColumnRequestCreating }
29- className = "ai__datagrid "
29+ className = "ai__grid "
3030 >
3131 < Paging
3232 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 {
5+ .ai__grid {
66 min-height : 600px ;
77}
88
Original file line number Diff line number Diff line change 88 :showBorders =" true"
99 :aiIntegration =" aiIntegration"
1010 :onAIColumnRequestCreating =" onAIColumnRequestCreating"
11- class =" ai__datagrid "
11+ class =" ai__grid "
1212 >
1313 <DxScrolling :mode =" 'standard'" />
1414 <DxPaging
@@ -95,7 +95,7 @@ const onAIColumnRequestCreating = (e: { data: Partial<IEmployee>[] }) => {
9595 background-color : var (--dx-datagrid-row-alternation-bg );
9696}
9797
98- .ai__datagrid {
98+ .ai__grid {
9999 min-height : 600px ;
100100}
101101
You can’t perform that action at this time.
0 commit comments