Skip to content

Commit

Permalink
fix upgrade instructions, relates to #368
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Apr 10, 2024
1 parent 1d3b320 commit bcb4545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/documentation/Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ dataTable.data = {
headings: [],
};
dataTable.hasHeadings = false;
dataTable.hasRows = false;
dataTable.insert(newHeadingsAndData);
```

Expand Down

0 comments on commit bcb4545

Please sign in to comment.