The export action for the grid panel allows the user to save the attributes displayed in the grid to a number of different formats.
The formats supported by this tool are all provided by separate plugins, with HTML, CSV, Excel and Excel GeoPackage being the currently supplied plugins.
...
name | description |
---|---|
text | The label to display to the user. |
iconCls | The id of an icon to display for the export item. |
format | The format to export the data in, this must correspond to one of the supported formats based on the installed plugins, currently 'html', 'excel', 'csv' or 'csvgpkg'. |
tooltip | This will change the tooltip display and should contain title and text properties. |
...