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/guide/migrating.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Types are now included in the base package, so you can remove the `@types/react-
73
73
### Update column definitions
74
74
75
75
- accessor was renamed to either `accessorKey` or `accessorFn` (depending on whether you are using a string or function)
76
-
- width, minWidth, maxWidth where renamed to size, minSize, maxSize
76
+
- width, minWidth, maxWidth were renamed to size, minSize, maxSize
77
77
- Optionally, you can use the new `createColumnHelper` function around each column definition for better TypeScript hints. (You can still just use an array of column definitions if you prefer.)
78
78
- The first parameter is the accessor function or accessor string.
79
79
- The second parameter is an object of column options.
0 commit comments