Adding backward compatibility for column accessor #3710
Unanswered
roman-khasimyanov
asked this question in
Ideas
Replies: 2 comments 1 reply
-
I don’t plan on adding this feature back. It caused a lot of issues beforehand and now with Typescript its a pretty bad experience. You can always use a utility to do this if you prefer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
These docs are for v7 so that’s accurate. The new docs will reject this change.
Tanner Linsley
…On Feb 22, 2022, 6:09 AM -0700, Alexei Mikhailov ***@***.***>, wrote:
Should update the docs then, according to them one can still use dot notation https://react-table.tanstack.com/docs/api/useTable#column-options
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID: ***@***.***>
|
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 v7 react-table column declaration has accessor with dot notation like
'field.subfield'
.In v8 this no longer supported.
Beta Was this translation helpful? Give feedback.
All reactions