reactable
reactable copied to clipboard
Provide the ability to use R functions as aggregators for colDef()
See #30
Just a thought, but maybe we could build a helper library with something like simple-statistics to provide a fuller set of statistical functions calculated in JS but written so they would be accesssible to an R user.
I am badly looking for more standard functions. Two simple functions (first and last) are what I need now (like difference of first and last) and I am trying to learn JS for it. Is there any progress on using R functions straight instead of JS?