pull/227/head
cagataycivici 2020-03-03 18:46:17 +03:00
parent 61e182c82b
commit 539dc812db
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<div class="content-section implementation">
<div class="p-card">
<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"
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]">
<template #header>