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: docs/pages/api-docs/data-grid/data-grid.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ import { DataGrid } from '@material-ui/data-grid';
20
20
| <spanclass="prop-name">autoHeight</span> | <spanclass="prop-type">boolean</span> | false | If `true`, the grid height is dynamic and follow the number of rows in the grid. |
21
21
| <spanclass="prop-name">autoPageSize</span> | <spanclass="prop-type">boolean</span> | false | If `true`, the pageSize is calculated according to the container size and the max number of rows to avoid rendering a vertical scroll bar. |
22
22
| <spanclass="prop-name">checkboxSelection</span> | <spanclass="prop-type">boolean</span> | false | If `true`, the grid get a first column with a checkbox that allows to select rows. |
23
-
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">GridClasses</span> || Override or extend the styles applied to the component. See [CSS API](/api/data-grid/#css) below for more details. |
23
+
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">GridClasses</span> || Override or extend the styles applied to the component. See [CSS API](/api/data-grid/data-grid/#css) below for more details. |
24
24
| <spanclass="prop-name">className</span> | <spanclass="prop-type">string</span> || CSS classname to add on the outer container. |
25
25
| <spanclass="prop-name">columnBuffer</span> | <spanclass="prop-type">number</span> | 2 | Number of columns rendered outside the grid viewport. |
26
26
| <spanclass="prop-name">columnTypes</span> | <spanclass="prop-type">GridColumnTypesRecord</span> || Extend native column types with your new column types. |
Copy file name to clipboardExpand all lines: docs/pages/api-docs/data-grid/x-grid.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import { XGrid } from '@material-ui/x-grid';
21
21
| <spanclass="prop-name">autoHeight</span> | <spanclass="prop-type">boolean</span> | false | If `true`, the grid height is dynamic and follow the number of rows in the grid. |
22
22
| <spanclass="prop-name">autoPageSize</span> | <spanclass="prop-type">boolean</span> | false | If `true`, the pageSize is calculated according to the container size and the max number of rows to avoid rendering a vertical scroll bar. |
23
23
| <spanclass="prop-name">checkboxSelection</span> | <spanclass="prop-type">boolean</span> | false | If `true`, the grid get a first column with a checkbox that allows to select rows. |
24
-
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">GridClasses</span> || Override or extend the styles applied to the component. See [CSS API](/api/x-grid/#css) below for more details. |
24
+
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">GridClasses</span> || Override or extend the styles applied to the component. See [CSS API](/api/data-grid/x-grid/#css) below for more details. |
25
25
| <spanclass="prop-name">className</span> | <spanclass="prop-type">string</span> || CSS classname to add on the outer container. |
26
26
| <spanclass="prop-name">columnBuffer</span> | <spanclass="prop-type">number</span> | 2 | Number of columns rendered outside the grid viewport. |
27
27
| <spanclass="prop-name">columnTypes</span> | <spanclass="prop-type">GridColumnTypesRecord</span> || Extend native column types with your new column types. |
0 commit comments