Copy text from feature table

576
1
06-18-2017 09:05 AM
JamesMitchell4
New Contributor

Hello,

Is it possible to copy the text from a featuretable to the clipboard? I am unable to select the text to copy it...

Thank you

Tags (1)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

James,

   You would have to a css rule override:

.dgrid-scroller {

    user-select: text !important;

}

0 Kudos