diff --git a/doc/datatable/LazyLoadDoc.vue b/doc/datatable/LazyLoadDoc.vue index f2eaa0b1c..990b0905a 100644 --- a/doc/datatable/LazyLoadDoc.vue +++ b/doc/datatable/LazyLoadDoc.vue @@ -18,6 +18,7 @@ :value="customers" lazy paginator + :first="0" :rows="10" dataKey="id" :totalRecords="totalRecords" @@ -96,7 +97,7 @@ export default { { field: 'representative.name', header: 'Representative' } ], code: { - basic: ` @@ -124,7 +125,7 @@ export default { `, options: `