Lint fix
parent
61e182c82b
commit
539dc812db
|
@ -12,7 +12,7 @@
|
||||||
<div class="content-section implementation">
|
<div class="content-section implementation">
|
||||||
<div class="p-card">
|
<div class="p-card">
|
||||||
<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"
|
dataKey="id" :rowHover="true" :selection.sync="selectedCustomers"
|
||||||
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]">
|
paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" :rowsPerPageOptions="[10,25,50]">
|
||||||
<template #header>
|
<template #header>
|
||||||
|
|
Loading…
Reference in New Issue