Skip to content

Commit 8ebd250

Browse files
Updating Readme file content
1 parent e92adef commit 8ebd250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These actions help users back up, share, or reload their exact Pivot Table layou
99
## ⚙️ How it works
1010
This sample uses the **toolbarTemplate** property of the Pivot Table to render two custom controls in the toolbar:
1111
- A Save button (anchor element) that serializes the current report using getPersistData, converts it to a downloadable file, and triggers a download in the browser.
12-
- An An Open input (file element) that reads a selected JSON file using the FileReader API and then assigns the parsed content back to the component’s dataSourceSettings to instantly restore the report.
12+
- An Open input (file element) that reads a selected JSON file using the FileReader API and then assigns the parsed content back to the component’s dataSourceSettings to instantly restore the report.
1313

1414
Key APIs and references used:
1515
- [`dataSourceSettings`](https://ej2.syncfusion.com/angular/documentation/api/pivotview/#datasourcesettings)

0 commit comments

Comments
 (0)