We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d58d71c + a8dffa9 commit af8ea9dCopy full SHA for af8ea9d
docs/documentation/Dynamically-adding-data.md
@@ -20,7 +20,7 @@ let newRows = [
20
...
21
];
22
23
-datatable.rows.add(newRows);
+datatable.insert({ data: newRows });
24
```
25
---
26
0 commit comments