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 "삭제취소" 버튼에 대한 기능 테스트 결과입니다. |
'APEX-Interactive Grid > 그리드 버튼 설정' 카테고리의 다른 글
[ 행삭제 ] 버튼을 아래와 같이 추가합니다. (0) | 2024.04.07 |
---|---|
[ 행추가 ] 버튼을 아래와 같이 추가합니다. (0) | 2024.04.06 |