how to create a nggrid custom footer

前端 未结 3 1717
自闭症患者
自闭症患者 2021-02-05 17:40

I want to enable footers for ng-grid but I want to completely customize it and override what ng-grid does by default.

Basically, I just want a \'Load more...\' link at a

3条回答
  •  余生分开走
    2021-02-05 18:28

    Here is how I hid the PageSize picker.

    .ui-grid-pager-row-count-picker {
      display: none !important;
    } 
    

提交回复
热议问题