Skip to content

Commit f294e6c

Browse files
[update] add changes after review
1 parent 4c49d13 commit f294e6c

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

docs/angular_integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ export class SpreadsheetComponent implements OnInit, OnDestroy {
211211
}
212212
~~~
213213

214-
The `parse(data)` method provides data reloading on each applied change.
215-
216214
Now the Spreadsheet component is ready to use. When the element will be added to the page, it will initialize the Spreadsheet with data. You can provide necessary configuration settings as well. Visit our [Spreadsheet API docs](spreadsheet/api/overview/properties_overview/) to check the full list of available properties.
217215

218216
#### Handling events

docs/react_integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ export default function SpreadsheetComponent(props) {
214214
}
215215
~~~
216216

217-
The `parse(data)` method provides data reloading on each applied change.
218-
219217
Now the Spreadsheet component is ready to use. When the element will be added to the page, it will initialize the Spreadsheet with data. You can provide necessary configuration settings as well. Visit our [Spreadsheet API docs](spreadsheet/api/overview/properties_overview.md) to check the full list of available properties.
220218

221219
#### Handling events

docs/svelte_integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ Go to the ***Spreadsheet.svelte*** file and apply the passed **props** to the Sp
222222
<div bind:this={container} class="widget"></div>
223223
~~~
224224

225-
The `parse(data)` method provides data reloading on each applied change.
226-
227225
Now the Spreadsheet component is ready to use. When the element will be added to the page, it will initialize the Spreadsheet with data. You can provide necessary configuration settings as well. Visit our [Spreadsheet API docs](spreadsheet/api/overview/properties_overview.md) to check the full list of available properties.
228226

229227
#### Handling events

docs/vuejs_integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ export default {
232232
</template>
233233
~~~
234234

235-
The `parse(data)` method provides data reloading on each applied change.
236-
237235
Now the Spreadsheet component is ready to use. When the element will be added to the page, it will initialize the Spreadsheet with data. You can provide necessary configuration settings as well. Visit our [Spreadsheet API docs](spreadsheet/api/overview/properties_overview.md) to check the full list of available properties.
238236

239237
#### Handling events

0 commit comments

Comments
 (0)