grid - ExtJS 5: Chrome, with data-qtip with column selection doesn't work -


i have added following data-qtip each column in grid

renderer: function (val, meta, record){ meta.tdattr = 'data-qtip=" ' + val + '"'; return val; } 

the above code adds mouseover each value in grid columns. works fine in ff in chrome, same code, if use dropdown menu column hide/show column, dropdown menu disappears fast user make selection.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -