Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
eduardo-matos / grid.js
Last active May 22, 2019 06:45
Enable text selection ExtJS grids.
Ext.define('Mother.Fucking.Grid', {
extend: 'Ext.grid.Panel',
// Lots of configuration...
viewConfig: {
enableTextSelection: true
}