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 , Thanks for creating the issue. CSV export is achieved with an API call as explained in the docs and the example. So basically we need a button which would say "Export to CSV" and on click of the button we would need to call gridOptions.api.exportDataAsCsv(params). Here the params refer to the export settings as explained in the docs.
One way for us to handle this feature is - Add a button dynamically and place it on the top left/right and allow you to write the callback where you can perform the API call.
Another option - Add a context menu with Export to CSV an option.
We'll work on this feature for the next version. Thanks for using the package and your feedback.
Thanks for the excellent ag-grid integration for Shiny!
Is it possible to enable grid csv export? I tried the following but it appeared to not affect the aggrid behavior.
The underlying csv export is described in the ag-grid docs.
The text was updated successfully, but these errors were encountered: