-
type: Object
-
default:
{ infoClass: 'left floated left aligned six wide column' }
-
description:
The
css
property holds most of the CSS classes that VuetablePaginationInfo uses in its template.
-
type: String
-
default:
Displaying {from} to {to} of {total} items
-
description:
The template string to be used to display the pagination information.
Available placeholders
- {from} the starting record number displayed
- {to} the ending record number displayed
- {total} the total number of records available
-
type: Object
-
default:
No relevant data
-
description:
The template string to be showned when there is no data to display.
-
type: Object
-
default:
null
The pagination information received from Vuetable.
-
params: none
-
return: String
The actual pagination information to be displayed after replacing all the placeholders with corresponding values.
-
params:
- tablePagination: Object -- pagination information
-
description
Setting the
tablePagination
data to be used when rendering pagination component.
-
params: none
-
description
This method will set
tablePagination
to null.
None