In the column definition I used tooltip: 'some text', but it didn’t get shown.
Only after I switched to tooltipType: 'title' is this a browser specific bug or a bug in ExtJS 4.1.1?
In the column definition I used tooltip: ‘some text’ , but it didn’t get
Share
The default
tooltipTypeisqtip. For which to show you need to callMost probably in the
application.launch()method.