페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
댓글: 텍스트 영문으로 변경

Easy Heading Macro
navigationTitle목차
navigationExpandOptionexpand-all-by-default
navigationWidth225

...

Exporting Multiple Grids to a Single File

  1. 그리드를 서버에 저장한 후, 내보내기할 파일 형식에 맞추어 설정하고, 서버 스크립트를 통해 가상의 테이블을 생성하여 테이블에 서버에 저장된 파일 데이터를 저장합니다.
    Image Removed
    작성한 서버 스크립트를 사용자 스크립트에서 호출합니다After saving the grids to the server, configure the settings according to the desired export file format.
    Then, create a virtual table using the Server Script and store the file data saved on the server in this table.
    Image Added

  2. Call the created server script from the Client Script.