parent
3624b0f087
commit
099f500927
|
@ -13,8 +13,8 @@
|
||||||
<i class="pi pi-twitter"></i>
|
<i class="pi pi-twitter"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
|
@ -22,7 +22,7 @@
|
||||||
</Toolbar>
|
</Toolbar>
|
||||||
|
|
||||||
<DataTable ref="dt" :value="products" :selection.sync="selectedProducts" dataKey="id"
|
<DataTable ref="dt" :value="products" :selection.sync="selectedProducts" dataKey="id"
|
||||||
:paginator="true" :rows="10" :filters="filters"
|
:paginator="true" :rows="10" :filters="filters"
|
||||||
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[5,10,25]"
|
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[5,10,25]"
|
||||||
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} products">
|
currentPageReportTemplate="Showing {first} to {last} of {totalRecords} products">
|
||||||
<template #header>
|
<template #header>
|
||||||
|
|
Loading…
Reference in New Issue