Exporting data from a Datagrid component
You can use the Datagrid component in an App Builder app to export the grid's data to an Excel or CSV-formatted file. Before you can actually do that, you must set up the Datagrid component to enable this capability.
- In your App Builder project, select the Datagrid component from which to export the data.
-
If not already done, on the component Properties panel, make the settings necessary to export the
data:
- Select the Content tab.
- Expand the section.
- Select the Enable Export option.
- On the Style tab, expand the section.
- Select the Show Header option.
- Go into Preview mode or launch your app.
- Click the button in the Datagrid component toolbar.
- In the Export to file dialog box, provide a Name for the file to be exported.
- Select one of the Type options.
- Click .
App Builder generates the file to be exported and places it
in your local Downloads folder. You can now
use Excel or another application that handles CSV-formatted files to open the file that
contains your data.