From 3596ca1918b1eb29d7df862a95cfc32eedf68069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 21 Aug 2023 13:37:36 +0300 Subject: [PATCH] Lazy load first property updates --- doc/datatable/LazyLoadDoc.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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: `