Add currentPageReportTemplate to demo
parent
ee76fbb1c9
commit
135c4027b7
|
@ -14,7 +14,8 @@
|
||||||
<div class="p-card-body" style="padding:0">
|
<div class="p-card-body" style="padding:0">
|
||||||
<DataTable :value="customers" :paginator="true" class="p-datatable-responsive p-datatable-customers" :rows="10"
|
<DataTable :value="customers" :paginator="true" class="p-datatable-responsive p-datatable-customers" :rows="10"
|
||||||
dataKey="id" :rowHover="true" :selection.sync="selectedCustomers" :filters="filters"
|
dataKey="id" :rowHover="true" :selection.sync="selectedCustomers" :filters="filters"
|
||||||
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]">
|
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]"
|
||||||
|
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries">
|
||||||
<template #header>
|
<template #header>
|
||||||
List of Customers
|
List of Customers
|
||||||
<div class="p-datatable-globalfilter-container">
|
<div class="p-datatable-globalfilter-container">
|
||||||
|
|
|
@ -2328,7 +2328,8 @@ export default {
|
||||||
<div class="p-card-body" style="padding:0">
|
<div class="p-card-body" style="padding:0">
|
||||||
<DataTable :value="customers" :paginator="true" class="p-datatable-responsive p-datatable-customers" :rows="10"
|
<DataTable :value="customers" :paginator="true" class="p-datatable-responsive p-datatable-customers" :rows="10"
|
||||||
dataKey="id" :rowHover="true" :selection.sync="selectedCustomers" :filters="filters"
|
dataKey="id" :rowHover="true" :selection.sync="selectedCustomers" :filters="filters"
|
||||||
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]">
|
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]"
|
||||||
|
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} entries">
|
||||||
<template #header>
|
<template #header>
|
||||||
List of Customers
|
List of Customers
|
||||||
<div class="p-datatable-globalfilter-container">
|
<div class="p-datatable-globalfilter-container">
|
||||||
|
|
Loading…
Reference in New Issue