Skip to content

Commit

Permalink
handsontable insert_row_below
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Dec 19, 2023
1 parent 02168a3 commit 6f3291a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ if (container) {
query['_skip'] = last;
get_data().done(function(response) {
var rlen = response.data.length;
ht.alter('insert_row', last, rlen);
ht.alter('insert_row_below', last, rlen);
var update = [];
for (var r = 0; r < rlen; r++) {
var doc = response['data'][r];
Expand Down

0 comments on commit 6f3291a

Please sign in to comment.