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.
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