1
在內線分頁工具欄有沒有辦法居中顯示消息ExtJS的pagingtoolbar如何中心顯示消息
xtype: 'pagingtoolbar',
height: 26,
width: 360,
displayInfo: true,
displayMsg: '{0} - {1} of {2}',
border: false,
store: 'myStore'
dock: 'bottom'
我想中心的displayMsg,但我還沒有怎麼樣。