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
I'd like to have my TanStackTable state in an atom for a better interoperability with other jotai atoms. I found out that, the key part to be translated is here:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to have my TanStackTable state in an atom for a better interoperability with other jotai atoms. I found out that, the key part to be translated is here:
https://github.com/TanStack/table/blob/main/packages/react-table/src/index.tsx
So I thought it would be easy to translate
useReactTable
into an atom. But the code seems quite tricky. How can we implement this in a jotai atom?Beta Was this translation helpful? Give feedback.
All reactions