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
|[fixedShadowX](#fixedshadow)| Enable/disable a shadow behind fixed columns on the X axis. |
92
87
|[fixedShadowY](#fixedshadow)| Enable/disable a shadow behind the header(s) on the Y axis. |
93
-
|[freezeColumns](#freezecolumns)| The number of columns which should remain in place when scrolling horizontally. The row marker column, if enabled is always frozen and is not included in this count.|
88
+
|[freezeColumns](#freezecolumns)| The number of columns which should remain in place when scrolling horizontally, or a tuple `[left, right]` to freeze columns on both sides. The row marker column, if enabled is always frozen and is not included in this count. |
94
89
|[getCellsForSelection](#getcellsforselection)| Used to fetch large amounts of cells at once. Used for copy/paste, if unset copy will not work. |
95
90
|[markdownDivCreateNode](#markdowndivcreatenode)| If specified, it will be used to render Markdown, instead of the default Markdown renderer used by the Grid. You'll want to use this if you need to process your Markdown for security purposes, or if you want to use a renderer with different Markdown features. |
96
91
|[onVisibleRegionChanged](#onvisibleregionchanged)| Emits whenever the visible rows/columns changes. |
@@ -192,7 +187,7 @@ Most data grids will want to set the majority of these props one way or another.
192
187
|[onRowMoved](#onrowmoved)| Emitted when a row has been dragged to a new location. |
|[rowSelectionMode](#rowselectionmode)| Determines if row selection requires a modifier key to enable multi-selection or not. |
195
-
|[columnSelectionMode](#columnselectionmode)| Determines if column selection requires a modifier key to enable multi-selection or not. |
190
+
|[columnSelectionMode](#columnselectionmode)| Determines if column selection requires a modifier key to enable multi-selection or not. |
196
191
|[scrollToEnd](#scrolltoend)| When set to true, the grid will scroll to the end. The ref has a better method to do this and this prop should not be used but it will remain supported for the foreseeable future. |
197
192
|[showMinimap](#showminimap)| Shows the interactive minimap of the grid. |
198
193
|[validateCell](#validatecell)| When returns false indicates to the user the value will not be accepted. When returns a new GridCell the value is coerced to match. |
0 commit comments