- <style>
- /* 底部菜单隐藏 */
- #grid2 .ui-grid-pager-panel.ng-scope {
- display: none;
- height: 0;
- overflow: hidden;
- }
- </style>
- <div id="grid2" ui-grid="gridOptions" ui-grid-pagination external-scopes="$scope" ui-grid-cellNav
- ui-grid-resize-columns ui-grid-selection ui-grid-auto-resize class="grid" style="height:200px;"></div>
|