overflow
overflow

Reputation: 145

Copy particular cell value using contextMenu in ExtJs 5.0 Grid

I want to copy content of paticular cell value using contextMenu in ExtJs 5.0.1

To be clear I have a Grid and added right click contextMenu as well. In contextMenu include copy options. Now I want to copy particular cell Value while click on copy option from contextMenu.

Upvotes: 1

Views: 935

Answers (1)

mcg1103
mcg1103

Reputation: 688

I am assuming you want to copy to the clipboard the text in a cell?

Here is a fiddle.

ExtJS copy paste grid cell

Upvotes: 2

Related Questions