Skip to content

Commit

Permalink
[update] minor fix in integration guides
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Oct 2, 2024
1 parent f294e6c commit ca476d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import { useEffect, useRef } from "react";
import { Spreadsheet } from "@dhx/trial-spreadsheet";
import "@dhx/trial-spreadsheet/codebase/spreadsheet.min.css"; // include Spreadsheet styles

export default function DHTMLXSpreadsheet(props) {
export default function SpreadsheetComponent(props) {
let container = useRef(); // initialize container for Spreadsheet

useEffect(() => {
Expand Down
2 changes: 1 addition & 1 deletion docs/vuejs_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default {
}
</script>

<!--...-->
//...
~~~

After that, you can start the app to see Spreadsheet loaded with data on a page.
Expand Down

0 comments on commit ca476d5

Please sign in to comment.