Alexei Delezhov
Alexei Delezhov

Reputation: 1573

Paging toolbar extjs how fix the position of a tooltip

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

Answers (1)

pvlt
pvlt

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

Related Questions