Can I get a horizontal scrollbar at the top and the bottom of a grid, when using Ext JS?

五迷三道 提交于 2019-12-11 17:57:57

问题


Is there any way to get a horizontal scrollbar both at the top and at the bottom of a grid?

Here's what I'm talking about:


回答1:


create an extra container (maybe as docked top) and override http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.panel.Table-method-syncHorizontalScroll func on your grid panel.



来源:https://stackoverflow.com/questions/18317360/can-i-get-a-horizontal-scrollbar-at-the-top-and-the-bottom-of-a-grid-when-using

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!