Replies: 1 comment
-
Rows are left generic so the rows can be a nested structure, or an Immutable.js object for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In your Column interface on line 47 of index.d.ts consider changing the type of key of the following.
key : keyof TRow
This will cause the compiler to throw a type error when developers use a key that is not supported by their TRow interface.
Beta Was this translation helpful? Give feedback.
All reactions