How to type meta with Generic
I want to pass react hook form useForm return to the meta of the tanstack table.
Doing this
It works but type as
any
doesn't provide any type inference down the road when I use it with the table.
How can I make it so it will infer the type0 Replies