You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for your hard work on this amazing and highly customizable package.
I'm currently working on a large table having multiple columns that store nested tibbles.
I want to display the nested columns as expandable cells.
For that goal I'm defining details argument of colDef as an R function that returns reactable object.
The issue is defining details as an R function makes rendering the table a bit slow.
I wonder if there's a way to create nested reactable with defining details argument as a JS function?
Hi! Thank you for your hard work on this amazing and highly customizable package.
I'm currently working on a large table having multiple columns that store nested tibbles.
I want to display the nested columns as expandable cells.
For that goal I'm defining
details
argument ofcolDef
as an R function that returnsreactable
object.Here's the minimal example:
The issue is defining
details
as an R function makes rendering the table a bit slow.I wonder if there's a way to create nested
reactable
with definingdetails
argument as a JS function?Something like:
Thank you!
The text was updated successfully, but these errors were encountered: