Skip to content

Commit

Permalink
reintroduce missing remove /add row commands
Browse files Browse the repository at this point in the history
in right mouse menu.
  • Loading branch information
ddooley committed Dec 6, 2023
1 parent 8f72998 commit e6ee49f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/DataHarmonizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,11 @@ class DataHarmonizer {
colHeaders: true,
rowHeaders: true,
copyPaste: true,
contextMenu: [
'remove_row',
'row_above',
'row_below'
],
manualColumnResize: true,
minRows: 100,
minSpareRows: 100,
Expand Down

0 comments on commit e6ee49f

Please sign in to comment.