-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Table 6.0 changes
Adi Dahiya edited this page Aug 10, 2022
·
1 revision
Hotkeys
- The table component has been updated to use the new hotkeys API, so you must configure a
<HotkeysProvider>
in the React tree where you use a table.
Context menu
- The table component has been updated to use the new ContextMenu API in 5.0.
-
bodyContextMenuRenderer
can no longer disable the context menu if it returnsundefined
. Instead, use the newenableBodyContextMenu
prop.
- react-day-picker v8 migration
- HotkeysTarget & useHotkeys migration
- PanelStack2 migration
- Table 6.0 changes