Pagination is enabled by default.
var dashboard = new FutureLabs.Dashboard({ config: { tabs: { "User Profiles": { // Pagination. Define how many records per page. // Defaults to 12! itemsPerPage: 12 } } } });
Last updated 8 months ago