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
paste the single value, which is applied to all selected cells as expected
Ctrl+Z to undo goes wrong
Unfortunately the clipCommand binds to the oneCellToMultiple value of the parent, not of itself, so a quick hack of setting it to false is not possible.
For the purpose of separating the data in a DataView, I would prefer it if setDataItemValueForColumn would use desty as the first argument in the call to dataItemColumnValueSetter, rather than content of the current row in item. The current approach does not make the row known.
Thanks for a great grid.
The text was updated successfully, but these errors were encountered:
In /plugins/slick.cellexternalcopymanager.ts (308) the undo function should ignore oneCellToMultiple.
Instead all values should be restored. The problem can be verified in the Spreadsheet: features of the previous example plus Excel compatible copy and paste example:
Unfortunately the clipCommand binds to the oneCellToMultiple value of the parent, not of itself, so a quick hack of setting it to false is not possible.
For the purpose of separating the data in a DataView, I would prefer it if setDataItemValueForColumn would use desty as the first argument in the call to dataItemColumnValueSetter, rather than content of the current row in item. The current approach does not make the row known.
Thanks for a great grid.
The text was updated successfully, but these errors were encountered: