Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
Last active May 22, 2019 06:45
Show Gist options
  • Save eduardo-matos/4672432 to your computer and use it in GitHub Desktop.
Save eduardo-matos/4672432 to your computer and use it in GitHub Desktop.
Enable text selection ExtJS grids.
Ext.define('Mother.Fucking.Grid', {
extend: 'Ext.grid.Panel',
// Lots of configuration...
viewConfig: {
enableTextSelection: true
}
});
@vitrum
Copy link

vitrum commented May 22, 2019

Thanks a lot.❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment