We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931946c commit 24b822cCopy full SHA for 24b822c
1 file changed
apps/demos/Demos/DataGrid/AIAssistant/jQuery/index.js
@@ -148,7 +148,7 @@ $(() => {
148
{
149
text: '🧩 Group by Product',
150
prompt: 'Group by Product',
151
- width: 175,
+ width: 170,
152
},
153
],
154
onItemClick(e) {
@@ -173,7 +173,6 @@ $(() => {
173
columns: [
174
175
dataField: 'Product',
176
- width: 120,
177
178
179
dataField: 'Amount',
@@ -196,7 +195,6 @@ $(() => {
196
195
197
dataField: 'Customer',
198
dataType: 'string',
199
- width: 150,
200
201
202
});
0 commit comments