In ext paging toolbar is there a way to center the display message
xtype: 'pagingtoolbar',
height: 26,
width: 360,
displayInfo: true,
displayMsg: '{0} - {1} of {2}',
border: false,
store: 'myStore'
dock: 'bottom'
I want to center the displayMsg but I haven't how to.