问题
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