File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Most data grids will want to set the majority of these props one way or another.
138
138
| Name | Description |
139
139
| ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
140
140
| [ maxColumnWidth] ( #maxcolumnwidth ) | Sets the maximum width the user can resize a column to. |
141
- | [ minColumnWidth] ( #maxcolumnwidth ) | Sets the mnimum width the user can resize a column to. |
141
+ | [ minColumnWidth] ( #maxcolumnwidth ) | Sets the minimum width the user can resize a column to. |
142
142
| [ onCellClicked] ( #oncellclicked ) | Emitted when a cell is clicked. |
143
143
| [ onCellActivated] ( #oncellactivated ) | Emitted when a cell is activated, by pressing Enter, Space or double clicking it. |
144
144
| [ onCellContextMenu] ( #oncellcontextmenu ) | Emitted when a cell should show a context menu. Usually right click. |
@@ -1090,4 +1090,4 @@ const MyGrid = () => {
1090
1090
1091
1091
return <DataEditor { ... args } />
1092
1092
}
1093
- ```
1093
+ ```
You can’t perform that action at this time.
0 commit comments