Replies: 4 comments 7 replies
-
I doubling the point about |
Beta Was this translation helpful? Give feedback.
-
I just noticed that
is not reactive, i.e. |
Beta Was this translation helpful? Give feedback.
-
This issue comes back up every few months and unfortunately the creator of the library is leaning away from making I've personally found this problem to be exacerbated by the fact that there is no built-in way to do custom row state in v8. It appears the only way to implement custom row state as of now is to bolt on an external state store to the Our |
Beta Was this translation helpful? Give feedback.
-
I feel like the DX would be improved if:
TableMeta
was part of the type variant (i.e. Table<TData, TError, TMeta>) instead of having to declaration-mergeaccessorFn
can't use it right now - I ended up dynamically generating columns instead of usingTableMeta
)It seems like passing things like handlers and context into the global table scope should be a common workflow. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions