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

[ 삭제취소 ] 버튼을 아래와 같이 추가합니다.

by 태백성 2024. 4. 7.
Interactive Gird를 대상으로 "삭제취소" 버튼을 추가합니다.
● Identification
 - Button Name: CAN_ROW
 - Label: 삭제취소

 Appearance
 - Button Template: Text with Icon
 - CSS Classes: b_can_row_css
 - Icon: fa-repeat

 Behavior
 - Action: Defined by Dynamic Action
 
● Identification
 - Name: 삭제취소-처리
 - Action: Execute JavaScript Code

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

 

Interactive Grid "삭제취소" 버튼에 대한 기능 테스트 결과입니다.