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
Is there a way to add new columns using the javascript API Reactable.setData ?
So far, it only fills rows for which a column was previously initialized in R. I want to be able to add new columns dynamically via JS that were not initialized (for memory problems).