Hi,
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).
Thank you