From d6620126f90d389578c3a92df8fcb0b73db98762 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Thu, 3 Jul 2025 11:19:53 +0530 Subject: [PATCH] Update state-persistence.md --- ej2-react/pivotview/state-persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-react/pivotview/state-persistence.md b/ej2-react/pivotview/state-persistence.md index afe2ae017..95a2a8e90 100644 --- a/ej2-react/pivotview/state-persistence.md +++ b/ej2-react/pivotview/state-persistence.md @@ -29,7 +29,7 @@ State persistence allows user to maintain the current state of the component alo {% previewsample "page.domainurl/code-snippet/pivot-table/default-cs286" %} -# Save and Load Pivot Layout +## Save and Load Pivot Layout You can save the current layout of the pivot table by using [`getPersistData`](https://ej2.syncfusion.com/react/documentation/api/pivotview/#getpersistdata) in string format. The saved layout can be loaded to pivot table any time by passing the saved data as a parameter to [`loadPersistData`](https://ej2.syncfusion.com/react/documentation/api/pivotview/#loadpersistdata) method.