TablePaginationMixin
Summary
Mixin that adds support for pagination in a table.
Item Index
Properties
Methods
Properties
pageNumbers
Syntax
Summary
Number of existing pages, calculated from {{#crossLink TablePagination#currentPage}}currentPage{{/crossLink}} and {{#crossLink TablePagination#recordsPerPage}}recordsPerPage{{/crossLink}}
recordsPerPage
Syntax
Summary
Number of records shown by page.
Default: 50
totalRecords
Syntax
Summary
Total number of records that are paginated. This is used to calculate the number of pages.
Default: null