diff --git a/en/application-dev/reference/arkui-ts/ts-container-grid.md b/en/application-dev/reference/arkui-ts/ts-container-grid.md index cba299a352b8ccc092a9926a3a33333255ab4b24..fd33781664b0457ede59618260c7125043324de6 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-grid.md +++ b/en/application-dev/reference/arkui-ts/ts-container-grid.md @@ -1,11 +1,11 @@ # Grid -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. -The **<Grid>** component is a two-dimensional layout. The component is divided into rows and columns, to form cells. You can specify the cell where an item is located and combine different grids to form various layouts. +The **<Grid>** component is a two-dimensional layout. The component is divided into rows and columns to form cells. You can specify the cell where an item is located and combine different grids to form various layouts. ## Required Permissions @@ -48,7 +48,7 @@ Grid() ## Events - | Name | Description | +| Name | Description | | -------- | -------- | | onScrollIndex(first: number) => void | Triggered when the start item of the grid changes. |