File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
docs/documentation/docs/controls Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -147,5 +147,10 @@ The grid layout control can be configured with the following properties:
147
147
| items | any [] | yes | The array of items you wish to display . |
148
148
| listProps | IListProps | no | Provides additional list properties to customize the underlying list . |
149
149
| onRenderGridItem | function | yes | onRenderGridItem handler for the grid layout. Use this handler to specify how you wish to render each grid item |
150
+ | itemPadding | number | no | Gap between items. |
151
+ | itemMinWidth | number | no | Minimum width for each item. |
152
+ | itemMaxWidth | number | no | Maximum width for each item. |
153
+ | compactThreshold | number | no | Threshold width below which the compact layout is activated. |
154
+ | rowsPerPage | number | no | Number of rows displayed per page. |
150
155
151
156

You can’t perform that action at this time.
0 commit comments