Is your feature request related to a problem? Please describe.
No, not a problem necessarily, just an design choice.
Describe the solution you'd like
Would be nice if there was an option for hidden columns to use the React 19.2 <Activity> component instead of just returning null. This may seem a little cursed but my use case lends itself towards data fetching within each row, and having all of that refetch (even with a cache) when hidden gets toggled is not ideal.
Describe alternatives you've considered
Architectural rework in my application 😆
Is your feature request related to a problem? Please describe.
No, not a problem necessarily, just an design choice.
Describe the solution you'd like
Would be nice if there was an option for hidden columns to use the React 19.2
<Activity>component instead of just returning null. This may seem a little cursed but my use case lends itself towards data fetching within each row, and having all of that refetch (even with a cache) whenhiddengets toggled is not ideal.Describe alternatives you've considered
Architectural rework in my application 😆