Skip to content

Commit

Permalink
fix selection sync on client mode update (fixes #1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse committed Feb 26, 2024
1 parent 06d3ae6 commit e5e573b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/htmlwidgets/datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,9 @@ HTMLWidgets.widget({
updateColsSelected();
updateCellsSelected();
})
updateRowsSelected();
updateColsSelected();
updateCellsSelected();
}

var selMode = data.selection.mode, selTarget = data.selection.target;
Expand Down

0 comments on commit e5e573b

Please sign in to comment.