generic column cell helper function
is it possible to have a type-safe cell helper function like this? so that it does getValue() for me and I can access it more easily
to be used like
however the value is always typed as unknown if I define the function inline inside the
cell
call
if it's done outside type safety works
repro: https://codesandbox.io/p/sandbox/dawn-hill-32md5c?workspaceId=8256b876-f76f-4896-af72-5e665345a9a50 Replies