且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

缺少ui-ui-grid分页

更新时间:2023-02-22 14:44:57

您必须将指令添加到网格:

You have to add the directive to the grid:

<div ui-grid="grid" ui-grid-pagination class="grid"></div>

并将ui.grid.pagination添加到您的模块依赖性中.

And add ui.grid.pagination to your module dependence.