You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/admin-ui-sdk/extension-points/product/grid-columns.md
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ product: {
36
36
37
37
### Sample runtime action to retrieve data
38
38
39
-
This sample `get-products` runtime action is referenced in the mesh configuration file. It defines the path to the runtime action to retrieve the data of custom columns.
39
+
The mesh configuration fule references the `get-products`sample runtime action. It defines the path to the runtime action to retrieve the data of custom columns.
40
40
41
-
It is important to add the `ids={args.ids}`as part of the query and handle this filtering in the runtime action. This will allow Admin UI SDK to load only necessary data needed to display in the grid columns in the Admin Panel of the Adobe Commerce instance.
41
+
It is important to add `ids={args.ids}`to the query and handle this filtering in the runtime action. As a result, the Admin UI SDK loads only the data necessary to display in the grid columns of the Adobe Commerce instance.
42
42
43
43
```javascript
44
44
exportasyncfunctionmain(props) {
@@ -149,9 +149,9 @@ This sample `schema.json` file is referenced in the mesh configuration file. It
149
149
}
150
150
```
151
151
152
-
### Create or Update your mesh
152
+
### Create or update your mesh
153
153
154
-
Make sure to create or update your mesh, and to keep the mesh id provided.
154
+
Use one of the following commands to create or update your mesh. Be sure to store the mesh ID provided.
The Admin UI SDK expects the product SKU in Adobe Commerce to correctly match the product to the data and to fill the correct cell.
167
167
168
-
The Admin UI SDK expects the product sku in Adobe Commerce to correctly match the product to the data and fill the correct cell.
168
+
A default value can be provided to be added to unmatched IDs, or in case data doesn't match, the expected type of the column. If a value is not provided, the cell is left empty.
169
169
170
-
#### Default value
170
+
In case of error, check the Adobe Commerce logs.
171
171
172
-
A default value can be provided to be added to unmatched ids, or in case data doesn't match the expected type of the column. If not provided, the cell is left empty.
173
-
174
-
In case of error, more info can be found in the Adobe Commerce logs.
0 commit comments