Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ej2-react/pivotview/state-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down