简体   繁体   中英

Spring Roo enhanced Grid pagination

I'm trying to add Pagination to enhanced Grid, I'm adding the following

dojo.require("dojox.grid.EnhancedGrid");
dojo.require("dojox.grid.enhanced.plugins.IndirectSelection");
dojo.require("dojox.grid.enhanced.plugins.Pagination");

But I'm running into

Error: Could not load 'dojox.grid.enhanced.plugins.Pagination';
       last tried '../dojox/grid/enhanced/plugins/Pagination.js'
Source File: http://localhost:8080/adms/resources/dojo/dojo.js Line: 14

Any suggestions, please.

It seems to me that the pagination plugin is not part of the Spring JS resources. I am using version 2.3.0 of that package, which is the latest available release at this point.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM