Skip to content

Commit 24b822c

Browse files
author
Raushen
committed
Fix sizes
1 parent 931946c commit 24b822c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • apps/demos/Demos/DataGrid/AIAssistant/jQuery

apps/demos/Demos/DataGrid/AIAssistant/jQuery/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $(() => {
148148
{
149149
text: '🧩 Group by Product',
150150
prompt: 'Group by Product',
151-
width: 175,
151+
width: 170,
152152
},
153153
],
154154
onItemClick(e) {
@@ -173,7 +173,6 @@ $(() => {
173173
columns: [
174174
{
175175
dataField: 'Product',
176-
width: 120,
177176
},
178177
{
179178
dataField: 'Amount',
@@ -196,7 +195,6 @@ $(() => {
196195
{
197196
dataField: 'Customer',
198197
dataType: 'string',
199-
width: 150,
200198
},
201199
],
202200
});

0 commit comments

Comments
 (0)