Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
minLevel1
maxLevel7

Basic UI

엑셀 다운로드 버튼은 주로 Table List 와 함께 사용되며 실제 적용한 모습은 다음과 같다.

( 참고: Event Component )

...

 

...

Development Guide


1. Download Excel Form from api

http://{ apiContext }/adm/bulkManager/downloadExcel?bulkTypeId={ Type Id }

ex) http://dev-api.justten.io/adm/bulkManager/downloadExcel?bulkTypeId=uploadExcelSample

2. Add ButtonDownload component
add buttonDownload component at button position

...

3. add downloaded file in option

...