Skip to content

Commit 252cd38

Browse files
authored
Update grid-columns.md
1 parent 2e4ea65 commit 252cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/admin-ui-sdk/extension-points/order/grid-columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ It leverages API Mesh [JSON Schemas handler](https://developer.adobe.com/graphql
8585

8686
This sample `get-orders` runtime action is referenced in the mesh configuration file. It defines the path to the runtime action to retrieve the data of custom columns.
8787

88-
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.
88+
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 Admin.
8989

9090
```javascript
9191
export async function main(props) {

0 commit comments

Comments
 (0)