You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I've and issue on the bulk updating. That is, editing more than one cell at once (i.e. just drag and dropping or batch deleting). For some reason, the update only appears only to affect to the first row clicked, and not the others.
Here the snapshot of a two-cell edit that results in only one update. The first table is an editable htable whereas the second just renders the same table. It is worth noting they differ. A sessionInfo() is added. The code skeleton is the 02-matrix example kindly provided along with the installation.
Thanks,
John
The text was updated successfully, but these errors were encountered:
Nice tool, Jeff!
However I've and issue on the bulk updating. That is, editing more than one cell at once (i.e. just drag and dropping or batch deleting). For some reason, the update only appears only to affect to the first row clicked, and not the others.
Some code reproducing the issue are here:
server.R http://pastebin.com/YfjmR35w
ui.R http://pastebin.com/wcQAUH2q
Here the snapshot of a two-cell edit that results in only one update. The first table is an editable htable whereas the second just renders the same table. It is worth noting they differ. A sessionInfo() is added. The code skeleton is the 02-matrix example kindly provided along with the installation.
Thanks,
John
The text was updated successfully, but these errors were encountered: