ui-grid-show-nofooter.html 368 B

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