SMART datagrid v.1 > Examples

[ grids ver.1.3.0]   Back  Forward

Grid DataSet Export  Example

You can export GridDataSet to JSON object array or CSV string. The settings on the exporting have been defined in DataOutputOptions

Grid - 1
rows

 

 

['loan_number', 'country', 'currency', 'project_id', 'original_amount', 'first_date'] 

['country'] 

View Source 

See Also
GridDataSet.exportToJson
GridDataSet.exportToCsv
DataOutputOptions
Examples
Grid Data Set Rows