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: components/grid/doc/index.en-US.md
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -84,29 +84,29 @@ import { NzGridModule } from 'ng-zorro-antd/grid';
84
84
85
85
## API
86
86
87
-
### [nz-row]
88
-
89
-
| Property | Description | Type | Default |
90
-
| -------- | ----------- | ---- | ------- |
91
-
|`[nzAlign]`| the vertical alignment |`'top'\|'middle'\|'bottom'`| - |
92
-
|`[nzGutter]`| spacing between grids, could be a number or a object like `{ xs: 8, sm: 16, md: 24}`. or you can use array to make horizontal and vertical spacing work at the same time `[horizontal, vertical]`|`string\|number\|object\|[number, number]\|[object, object]`|`0`|
|`[nzAlign]`| the vertical alignment |`'top'\|'middle'\|'bottom'`| -|
92
+
|`[nzGutter]`| spacing between grids, could be a number or a object like `{ xs: 8, sm: 16, md: 24}`. or you can use array to make horizontal and vertical spacing work at the same time `[horizontal, vertical]`|`string\|number\|object\|[number, number]\|[object, object]`|`0`|
|`[nzOffset]`| the number of cells to offset Col from the left |`number`|`0`|
101
+
|`[nzOrder]`| raster order |`number`|`0`|
102
+
|`[nzPull]`| the number of cells that raster is moved to the left |`number`|`0`|
103
+
|`[nzPush]`| the number of cells that raster is moved to the right |`number`|`0`|
104
+
|`[nzSpan]`| raster number of cells to occupy, 0 corresponds to `display: none`|`number`| -|
105
+
|`[nzXs]`|`<576px` and also default setting, could be a `span` value or an object containing above props |`number \| object`| -|
106
+
|`[nzSm]`|`≥576px`, could be a `span` value or an object containing above props |`number \| object`| -|
107
+
|`[nzMd]`|`≥768px`, could be a `span` value or an object containing above props |`number \| object`| -|
108
+
|`[nzLg]`|`≥992px`, could be a `span` value or an object containing above props |`number \| object`| -|
109
+
|`[nzXl]`|`≥1200px`, could be a `span` value or an object containing above props |`number \| object`| -|
110
+
|`[nzXXl]`|`≥1600px`, could be a `span` value or an object containing above props |`number \| object`| -|
111
111
112
112
The breakpoints of responsive grid follow [BootStrap 4 media queries rules](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)(not including `occasionally part`).
0 commit comments