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