본문 바로가기
  • 노란색 세상은 어디에 있을까?
  • 봄이 오면 여기에 있겠지.
  • 잠시나마 유유자적 하겠네.
APEX-Interactive Grid/그리드 버튼 설정

[ 행추가 ] 버튼을 아래와 같이 추가합니다.

by 태백성 2024. 4. 6.
Interactive Gird를 대상으로 "행추가" 버튼을 추가합니다.
● Identification
 - Button Name: ADD_ROW
 - Label: 행추가

Appearance
 - Button Template: Text with Icon
 - CSS Classes: b_add_row_css
 - Icon: fa-plus

Behavior
 - Action: Defined by Dynamic Action
 
● Identification
 - Name: 행추가-처리
 - Action: Execute JavaScript Code

Settings
 - Code: apex.region("GRID_COM_AUTH").widget().interactiveGrid("getActions").invoke("selection-add-row");

 

Interactive Grid "행추가" 버튼에 대한 기능 테스트 결과입니다.