SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

disable paste for single column

Open aniketng765 opened this issue 6 years ago • 2 comments

how to disable paste for single column? selectable : false worked when i tried to paste for single column. but when I copy data from two columns and try to paste on column besides the one having selectable : false, it allows me to paste.

AllowPaste option suggested by 6pac in Copy/paste doesn't work #575 didnt worked for column configuration.

aniketng765 avatar Jan 31 '19 12:01 aniketng765

I have added a new column option called 'denyPaste'.

This is at the new master https://github.com/6pac has a fully developed plugin for this based on @celebio's, with additional bug fixes.

see http://6pac.github.io/SlickGrid/examples/example-excel-compatible-spreadsheet.html

(note that this is just in the latest commit, it's not in a release yet)

6pac avatar Feb 01 '19 01:02 6pac

I have added a new column option called 'denyPaste'.

How do we implement in our code.Where do we specify this?

sreenithalbhat avatar May 03 '19 07:05 sreenithalbhat