Reputation: 1573
I'm working on ExtJS grid(extjs 6.6.0.258) and using Paging Toolbar for the grid. Can I fix the position of a tooltip for a button(next, prev and etc)?
Upvotes: 1
Views: 127
Reputation: 1863
You can replace default parameters refreshText, nextText, prevText, lastText and etc texts for pagingtoolbar
to qtip config object and with help anchor property set needed position
Fiddle (look at refresh button)
Upvotes: 1