toJSON overrides the htmlwidgets default JSON serialization options for data:
Arguments
- digits
Max number of digits to use for numeric values. Defaults to the
reactable.json.digitsoption, or otherwise the maximum number of digits in jsonlite. Internal, undocumented, and unused. Only present because jsonlite's digits handling has changed between versions (1.8.5, then reverted in 1.8.7).- func
Custom JSON serialization function. Experimental and for advanced use only. reactable may change how data is serialized between versions and does not guarantee stability of this feature.