Browse Source

hideStatusBar 함수 추가

gagamel 5 years ago
parent
commit
afc5e996e3
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/main/webapp/ux/plugins/gaga/gaga.agGrid.js

+ 12 - 0
src/main/webapp/ux/plugins/gaga/gaga.agGrid.js

@@ -950,6 +950,18 @@ var gagaAgGrid = {
 			$('#load_AjaxSubmit').remove();
 		}
 	},
+	
+	/**
+	 * Hide the status bar of bottom
+	 * gagaAgGrid.createGrid() 함수 사용 후 호출한다.
+	 * <pre>
+	 *     gagaAgGrid.createGrid('gridList', gridOptions);
+	 *     gagaAgGrid.hideStatusBar();
+	 * </pre>
+	 */
+	hideStatusBar : function() {
+		$('.ag-status-bar').hide();
+	},
 
 	/**
 	 * Fetch data using json format.