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
Post a Comment