description:"Template of the current page report element. Available placeholders are {currentPage},{totalPages},{rows},{first},{last} and {totalRecords}"
},
{
name:"alwaysShow",
type:"boolean",
default:"true",
description:"Whether to show the paginator even there is only one page."
}
];
constPaginatorEvents=[
{
name:"page",
description:"Callback to invoke when page changes, the event object contains information about the new state.",
arguments:[
{
name:"event.page",
type:"number",
description:"New page number"
},
{
name:"event.first",
type:"number",
description:"Index of first record"
},
{
name:"event.rows",
type:"number",
description:"Number of rows to display in new page"