objectscript / LightPivotTable

Lightweight pivot table representation for MDX2JSON source for InterSystems Cache
MIT License
3 stars 4 forks source link

How to copy in clipboard the cell value in pivot? #9

Closed evshvarov closed 6 years ago

evshvarov commented 7 years ago

Sometimes you need to copy just the value from cell in clipboard. Haven't found the way to do that. Possibly via context menu? @gnibeda Anton? @ZitRos Nikita?

evshvarov commented 7 years ago

And I'm not speaking about listing - copy to clipboard from listings works OK.

nikitaeverywhere commented 7 years ago

That's a bit tricky, but what I usually do, is:

  1. Start selecting text inside cell but do not release left mouse button.
  2. When you selected the text you need, press Ctrl + C, still pressing the button.
  3. Now you're done, release the mouse button and drill!

On mobile devices long press menu works just fine.

nikitaeverywhere commented 7 years ago

@evshvarov, does this solves the problem? May this issue be closed?

evshvarov commented 7 years ago

@ZitRos No, that doesn't work. "Start selecting" doesn't work for me. Nothing is being selected from the cell in a pivot.

nikitaeverywhere commented 7 years ago

Oh, that worked in the past... @gnibeda, should I apply styles for the text in cell to be selectable, or the better option would be to add "Copy" to the right-click menu in DSW? Thanks!

nikitaeverywhere commented 6 years ago

Selector noselect in DSW overwrites LPT selection capabilities:

image

Should be implemented in one of the following ways:

gnibeda commented 6 years ago

fixed