SMART datagrid v1.4 > Examples

[ grids ver.1.3.0]   Back  Forward

Grid DataSet Export  Example

GridDataSet을 Json 객체 배열이나 Csv 문자열로 내보내기 할 수 있다. 내보내기와 관련된 설정은 DataOutputOptions에 정의되어 있다. 

Grid - 1
rows

 

 

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

['country'] 

소스보기 

See Also
GridDataSet.exportToJson
GridDataSet.exportToCsv
DataOutputOptions
Examples
GridDataSet Rows