Bryan Lee
Bryan Lee
A patch to this function might work: ```tsx const Motified = forwardRef< Ref, // Props & Omit & AnimatedProps & MotiProps & { children?: React.ReactNode } >( ```
Could you add an event handler on your `` element? If not, you would have to write a custom plugin to do so.
Yeah it would be nice to have a plugin to attach listeners to table elements. I'll look into it!
Unfortunately the resize plugin can be quite finicky. I'm not sure why it's causing the sudden jump in size, but I'd appreciate any help debugging it!
@alanjhughes @vonovak Any updates on this? I've just rebased it to the current branch. I've been using this quite regularly on my project, and I'm surprised this has not been...
I've verified that this issue persists on 0.77 and the latest version of `react-native`.
I've also filed an [issue](https://github.com/facebook/react-native-website/issues/4573) for the missing documentation of this feature.
Sorry work has been rough, but yes I've used it as I described and it works as expected, which is why I was surprised it wasn't in the type definition.
Thanks for the report! The CSV mode definitely isn't up to spec, I'll see what I can do.
I understand! I would love to help on this but I don't really have the bandwidth at the moment. You can look into the source for `addResizedColumn` and copy-paste that...