Skip to content

Commit

Permalink
Merge branch 'main' of github.com:fiduswriter/Simple-DataTables
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Oct 7, 2024
2 parents d58d71c + a8dffa9 commit af8ea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/Dynamically-adding-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let newRows = [
...
];

datatable.rows.add(newRows);
datatable.insert({ data: newRows });
```
---

Expand Down

0 comments on commit af8ea9d

Please sign in to comment.