20210912 - IG Interactive Grid 아래 footer pagination 숨기기

1. IG - Attributes - Pagination - Show Total Row Count : Disabled

이렇게 하면 총 건수는 안 보이지만 여전히 페이지는 보이는 상황


2. IG - Attributes - Advanced - JavaScript Initialization Code


function(config) {
  config.defaultGridViewOptions = {
    footer: false
  }  
  return config;  
}


3. 적용 결과


댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...