Auto merge mandatory file pr This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
Pagination control for list, table and other record set visualization controls.
npm install --save pagination-control
In your JavaScript code
require(['pagination-control'], function (paginationControl) { // use the paginationControl });
var paginationControl = require('pagination-control'); // use the paginationControl
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
pagination-control
Pagination control for list, table and other record set visualization controls.
Usage
In your JavaScript code
As AMD
As CMD