Friday, 25 May 2018

How to make ExtJS Grid cell text selectable for Copy

Hi Folks,

In ExtJS Grid we have a config option to select the cell text selection, by default this option is false,
we have to make this config option to make it as true, then our ExtJs grid cell text as selectable.

viewConfig: {
                 enableTextSelection: true

             }

No comments:

Post a Comment